8036576: jtreg failed on Test6792161 timed out

Increase time out value of test since debug VM executes additional code

Reviewed-by: kvn
This commit is contained in:
Bharadwaj Yadavalli 2014-03-17 11:33:21 -04:00
parent d3f1dc78ef
commit 52f97b0ee1

View File

@ -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;