Bug 865391 - Intermittent Jetpack TEST-UNEXPECTED-FAIL | unknown | Test output exceeded timeout (60s). r=Mossop

This commit is contained in:
ZER0 2013-08-14 11:00:14 -07:00
Родитель f56db2fb3c
Коммит 65c4ffacbb
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -35,7 +35,7 @@ RUN_TIMEOUT = 1.5 * 60 * 60 # 1.5 Hour
# Maximum time we'll wait for tests to emit output, in seconds.
# The purpose of this timeout is to recover from hangs. It should be longer
# than the amount of time any test takes to report results.
OUTPUT_TIMEOUT = 60 # one minute
OUTPUT_TIMEOUT = 60 * 5 # five minutes
def follow_file(filename):
"""