8210102: CDS tests timed out
authorccheung
Fri, 30 Nov 2018 12:24:23 -0800
changeset 52786 447236ceaf28
parent 52785 7003a0220fe4
child 52787 cb009cf888c6
8210102: CDS tests timed out Summary: increase the timeout to 160s for the DifferentHeapSizes test. Reviewed-by: iklam
test/hotspot/jtreg/runtime/appcds/cacheObject/DifferentHeapSizes.java
--- a/test/hotspot/jtreg/runtime/appcds/cacheObject/DifferentHeapSizes.java	Fri Nov 30 16:51:23 2018 +0100
+++ b/test/hotspot/jtreg/runtime/appcds/cacheObject/DifferentHeapSizes.java	Fri Nov 30 12:24:23 2018 -0800
@@ -31,7 +31,7 @@
  * @compile ../test-classes/Hello.java
  * @build sun.hotspot.WhiteBox
  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
- * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. DifferentHeapSizes
+ * @run main/othervm/timeout=160 -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:. DifferentHeapSizes
  */
 
 import jdk.test.lib.process.OutputAnalyzer;