changeset 14632:0955cfdaee9e

8153430: jdk regression test MletParserLocaleTest, ParserInfiniteLoopTest reduce default timeout Summary: Removed timeout=5 from the tests so that default timeout is used Reviewed-by: cjplummer Contributed-by: ramkumar.sunderbabu@oracle.com
author rsunderbabu
date Fri, 06 Mar 2020 10:27:24 +0530
parents 4a34bd2f8057
children df1a10f8e36a
files test/javax/management/loading/ParserInfiniteLoopTest.java
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/test/javax/management/loading/ParserInfiniteLoopTest.java	Thu Jul 16 15:21:10 2020 -0400
+++ b/test/javax/management/loading/ParserInfiniteLoopTest.java	Fri Mar 06 10:27:24 2020 +0530
@@ -31,9 +31,9 @@
  * @author Luis-Miguel Alventosa
  * @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;