From 8dcde2323413d8b3e4926154e143da331f582c70 Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Thu, 15 Jan 2015 17:23:16 -0800 Subject: Increase default timeout Bug: 19027813 Change-Id: I13af576dc3e980dc82e466435f41b322e2cd873e --- test/114-ParallelGC/src/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/114-ParallelGC/src/Main.java') diff --git a/test/114-ParallelGC/src/Main.java b/test/114-ParallelGC/src/Main.java index 963fdac45d..48f9bd363f 100644 --- a/test/114-ParallelGC/src/Main.java +++ b/test/114-ParallelGC/src/Main.java @@ -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. -- cgit v1.2.3-59-g8ed1b