Commit 4d24a904 authored by Joel Maher's avatar Joel Maher
Browse files

Bug 1331049 - reduce max timeout from 30 minutes to 20 minutes. r=ted

parent b15936e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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