Bug 994830 - Make cppunittest test timeout less than mozharness process timeout; r=ted

This commit is contained in:
Dan Minor 2014-04-10 15:24:29 -04:00
parent b1033d7f74
commit 227aca8fa4

View File

@ -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