Increase default timeout
Bug: 19027813
Change-Id: I13af576dc3e980dc82e466435f41b322e2cd873e
diff --git a/test/114-ParallelGC/src/Main.java b/test/114-ParallelGC/src/Main.java
index 963fdac..48f9bd3 100644
--- a/test/114-ParallelGC/src/Main.java
+++ b/test/114-ParallelGC/src/Main.java
@@ -26,7 +26,7 @@
// 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.