From 192bd8a421c7431a6af35e15e95535bbb9565eb5 Mon Sep 17 00:00:00 2001 From: Staffan Larsen Date: Sun, 18 May 2014 20:42:10 +0200 Subject: [PATCH] 8043382: TempDirTest.java times out Remove explicit timeout Reviewed-by: alanb --- jdk/test/com/sun/tools/attach/TempDirTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdk/test/com/sun/tools/attach/TempDirTest.java b/jdk/test/com/sun/tools/attach/TempDirTest.java index e60f9ce46ca..9f8fafd2c7e 100644 --- a/jdk/test/com/sun/tools/attach/TempDirTest.java +++ b/jdk/test/com/sun/tools/attach/TempDirTest.java @@ -39,7 +39,7 @@ import jdk.testlibrary.ProcessThread; * @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 {