8153430: jdk regression test MletParserLocaleTest, ParserInfiniteLoopTest reduce default timeout

Removed timeout=5 from the tests so that default timeout is used

Reviewed-by: cjplummer
This commit is contained in:
Ramkumar Sunderbabu 2020-03-06 10:27:24 +05:30 committed by Ramkumar Sunderbabu
parent f456f151cc
commit 9c6a769618
2 changed files with 4 additions and 4 deletions

@ -29,7 +29,7 @@
*
* @run clean MletParserLocaleTest
* @run build MletParserLocaleTest
* @run main/othervm/timeout=5 MletParserLocaleTest mlet4.html
* @run main/othervm MletParserLocaleTest mlet4.html
*/
import java.io.File;

@ -32,9 +32,9 @@
*
* @run clean ParserInfiniteLoopTest
* @run build ParserInfiniteLoopTest
* @run main/othervm/timeout=5 ParserInfiniteLoopTest mlet1.html
* @run main/othervm/timeout=5 ParserInfiniteLoopTest mlet2.html
* @run main/othervm/timeout=5 ParserInfiniteLoopTest mlet3.html
* @run main/othervm ParserInfiniteLoopTest mlet1.html
* @run main/othervm ParserInfiniteLoopTest mlet2.html
* @run main/othervm ParserInfiniteLoopTest mlet3.html
*/
import java.io.File;