mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 21:18:35 +00:00
Bug 994830 - Make cppunittest test timeout less than mozharness process timeout; r=ted
This commit is contained in:
parent
b1033d7f74
commit
227aca8fa4
@ -14,7 +14,7 @@ log = mozlog.getLogger('cppunittests')
|
||||
|
||||
class CPPUnitTests(object):
|
||||
# Time (seconds) to wait for test process to complete
|
||||
TEST_PROC_TIMEOUT = 1200
|
||||
TEST_PROC_TIMEOUT = 900
|
||||
# Time (seconds) in which process will be killed if it produces no output.
|
||||
TEST_PROC_NO_OUTPUT_TIMEOUT = 300
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user