8168483: Remove jtreg timeout handler timeout
authorsla
Mon, 24 Oct 2016 09:07:57 +0200
changeset 42114 5cecf1898b8d
parent 41617 34adecd02b10
child 42115 0a25cf6b2f8d
child 42787 12466052bcb7
8168483: Remove jtreg timeout handler timeout Reviewed-by: dholmes, tbell
nashorn/test/Makefile
--- a/nashorn/test/Makefile	Thu Oct 20 20:01:31 2016 +0000
+++ b/nashorn/test/Makefile	Mon Oct 24 09:07:57 2016 +0200
@@ -130,7 +130,8 @@
       -timeoutHandlerDir:$(FAILURE_HANDLER_DIR_MIXED)/jtregFailureHandler.jar \
       -observerDir:$(FAILURE_HANDLER_DIR_MIXED)/jtregFailureHandler.jar \
       -timeoutHandler:jdk.test.failurehandler.jtreg.GatherProcessInfoTimeoutHandler \
-      -observer:jdk.test.failurehandler.jtreg.GatherDiagnosticInfoObserver
+      -observer:jdk.test.failurehandler.jtreg.GatherDiagnosticInfoObserver \
+      -timeoutHandlerTimeout:0
   ifeq ($(UNAME_S), CYGWIN)
     JTREG_FAILURE_HANDLER_OPTIONS += -J-Djava.library.path="$(FAILURE_HANDLER_DIR_MIXED)"
   endif