8061960: java/lang/instrument/DaemonThread/TestDaemonThread.java regularly fails due to exceeded timeout

Move timeout parameter to correct place on command line

Reviewed-by: jbachorik
This commit is contained in:
Mattias Tobiasson 2014-10-28 11:45:31 +01:00
parent 178193aa93
commit 7abf72a2dc

View File

@ -28,7 +28,7 @@
*
* @build jdk.testlibrary.* DummyAgent DummyClass TestDaemonThreadLauncher TestDaemonThread
* @run shell ../MakeJAR3.sh DummyAgent
* @run main TestDaemonThreadLauncher /timeout=240
* @run main/timeout=240 TestDaemonThreadLauncher
*
*/
import java.io.File;