Loading testing/gtest/rungtests.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
testing/gtest/rungtests.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading