RFR (XS): 8043382 TempDirTest.java times out

Staffan Larsen staffan.larsen at oracle.com
Sun May 18 18:36:44 UTC 2014


Please review this small fix to increase the timeout for a test. It timed out while running with -Xcomp.

Thanks,
/Staffan


diff --git a/test/com/sun/tools/attach/TempDirTest.java b/test/com/sun/tools/attach/TempDirTest.java
--- a/test/com/sun/tools/attach/TempDirTest.java
+++ b/test/com/sun/tools/attach/TempDirTest.java
@@ -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/timeout=30 TempDirTest
  */

 public class TempDirTest {


More information about the serviceability-dev mailing list