# HG changeset patch # User sla # Date 1400438530 -7200 # Node ID 911b872460b55bf8819568dc2371546c0f383ba3 # Parent d51dff0b4aaff36e79b8fa26ed9c595f7b780d38 8043382: TempDirTest.java times out Summary: Remove explicit timeout Reviewed-by: alanb diff -r d51dff0b4aaf -r 911b872460b5 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 {