Bug 1331049 - reduce max timeout from 30 minutes to 20 minutes. r=ted

This commit is contained in:
Joel Maher 2017-09-13 05:18:43 -04:00
Родитель b15936e47c
Коммит 4d24a9047f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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