8210102: CDS tests timed out

Increase the timeout to 160s for the DifferentHeapSizes test.

Reviewed-by: iklam
This commit is contained in:
Calvin Cheung 2018-11-30 12:24:23 -08:00
parent f65538cbda
commit bd1cf50953

View File

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