8036576: jtreg failed on Test6792161 timed out
authorbharadwaj
Mon, 17 Mar 2014 11:33:21 -0400
changeset 23488 bbe80cd0aa82
parent 23487 0f7e268cd9e3
child 23489 1315bba54687
8036576: jtreg failed on Test6792161 timed out Summary: Increase time out value of test since debug VM executes additional code Reviewed-by: kvn
hotspot/test/compiler/6792161/Test6792161.java
--- a/hotspot/test/compiler/6792161/Test6792161.java	Fri Mar 14 17:28:58 2014 -0700
+++ b/hotspot/test/compiler/6792161/Test6792161.java	Mon Mar 17 11:33:21 2014 -0400
@@ -27,7 +27,7 @@
  * @bug 6792161
  * @summary assert("No dead instructions after post-alloc")
  *
- * @run main/othervm/timeout=300 -Xcomp -XX:MaxInlineSize=120 Test6792161
+ * @run main/othervm/timeout=600 -Xcomp -XX:MaxInlineSize=120 Test6792161
  */
 
 import java.lang.reflect.Constructor;