8043382: TempDirTest.java times out
authorsla
Sun, 18 May 2014 20:42:10 +0200
changeset 24498 911b872460b5
parent 24497 d51dff0b4aaf
child 24499 9c83666ebd5e
8043382: TempDirTest.java times out Summary: Remove explicit timeout Reviewed-by: alanb
jdk/test/com/sun/tools/attach/TempDirTest.java
--- a/jdk/test/com/sun/tools/attach/TempDirTest.java	Fri May 16 14:48:34 2014 -0400
+++ b/jdk/test/com/sun/tools/attach/TempDirTest.java	Sun May 18 20:42:10 2014 +0200
@@ -39,7 +39,7 @@
  * @summary Test to make sure attach and jvmstat works correctly when java.io.tmpdir is set
  * @library /lib/testlibrary
  * @run build Application Shutdown RunnerUtil
- * @run main/timeout=10 TempDirTest
+ * @run main TempDirTest
  */
 
 public class TempDirTest {