OSDN Git Service

Increase default timeout
authorMathieu Chartier <mathieuc@google.com>
Fri, 16 Jan 2015 01:23:16 +0000 (17:23 -0800)
committerMathieu Chartier <mathieuc@google.com>
Fri, 16 Jan 2015 02:03:07 +0000 (18:03 -0800)
Bug: 19027813
Change-Id: I13af576dc3e980dc82e466435f41b322e2cd873e

test/114-ParallelGC/src/Main.java
test/etc/run-test-jar

index 963fdac..48f9bd3 100644 (file)
@@ -26,7 +26,7 @@ public class Main implements Runnable {
 
     // Timeout in minutes. Make it larger than the run-test timeout to get a native thread dump by
     // ART on timeout when running on the host.
-    public final static long TIMEOUT_VALUE = 7;
+    public final static long TIMEOUT_VALUE = 12;
 
     public final static long MAX_SIZE = 1000;  // Maximum size of array-list to allocate.
 
index 2710df8..d05b57c 100755 (executable)
@@ -38,7 +38,7 @@ RELOCATE="y"
 SECONDARY_DEX=""
 TIME_OUT="y"
 # Value in minutes.
-TIME_OUT_VALUE=5
+TIME_OUT_VALUE=10
 USE_GDB="n"
 USE_JVM="n"
 VERIFY="y"