зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1331049 - reduce max timeout from 30 minutes to 20 minutes. r=ted
This commit is contained in:
Родитель
b15936e47c
Коммит
4d24a9047f
|
@ -20,7 +20,7 @@ log = mozlog.unstructured.getLogger('gtest')
|
||||||
|
|
||||||
class GTests(object):
|
class GTests(object):
|
||||||
# Time (seconds) to wait for test process to complete
|
# 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.
|
# Time (seconds) in which process will be killed if it produces no output.
|
||||||
TEST_PROC_NO_OUTPUT_TIMEOUT = 300
|
TEST_PROC_NO_OUTPUT_TIMEOUT = 300
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче