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:
parent
f456f151cc
commit
9c6a769618
test/jdk/javax/management/loading
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user