From 4d24a9047f160a2144634cd5a174db6579db7d08 Mon Sep 17 00:00:00 2001 From: Joel Maher Date: Wed, 13 Sep 2017 05:18:43 -0400 Subject: [PATCH] Bug 1331049 - reduce max timeout from 30 minutes to 20 minutes. r=ted --- testing/gtest/rungtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/gtest/rungtests.py b/testing/gtest/rungtests.py index 269db1850802..09046e3632ec 100644 --- a/testing/gtest/rungtests.py +++ b/testing/gtest/rungtests.py @@ -20,7 +20,7 @@ log = mozlog.unstructured.getLogger('gtest') class GTests(object): # Time (seconds) to wait for test process to complete - TEST_PROC_TIMEOUT = 1800 + TEST_PROC_TIMEOUT = 1200 # Time (seconds) in which process will be killed if it produces no output. TEST_PROC_NO_OUTPUT_TIMEOUT = 300