Bug 1331049 - DeadlockDetector death test fails on osx tc build, extend timeout to 30 minutes. r=ted

MozReview-Commit-ID: 9jnrRzjGmnf
This commit is contained in:
Joel Maher 2017-02-09 08:27:19 -05:00
parent 3995eb5f1a
commit c24fdf40e4

View File

@ -20,7 +20,7 @@ log = mozlog.unstructured.getLogger('gtest')
class GTests(object):
# Time (seconds) to wait for test process to complete
TEST_PROC_TIMEOUT = 1200
TEST_PROC_TIMEOUT = 1800
# Time (seconds) in which process will be killed if it produces no output.
TEST_PROC_NO_OUTPUT_TIMEOUT = 300