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 {