Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
8153430: jdk regression test MletParserLocaleTest, ParserInfiniteLoop…
Browse files Browse the repository at this point in the history
…Test reduce default timeout

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

Reviewed-by: cjplummer
  • Loading branch information
rsunderbabu authored and Ramkumar Sunderbabu committed Mar 6, 2020
1 parent f456f15 commit 9c6a769
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -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;
Expand Down
6 changes: 3 additions & 3 deletions test/jdk/javax/management/loading/ParserInfiniteLoopTest.java
Expand Up @@ -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;
Expand Down

0 comments on commit 9c6a769

Please sign in to comment.