Bug 1472032 - Increase Android browser time-out to 110 minutes; r=me,a=test-only

This time-out has traditionally been 90 minutes. It mustn't exceed the 120 minute
task time-out for android browser tests. Let's try 110 minutes.
This commit is contained in:
Geoff Brown 2018-06-29 16:05:58 -06:00
Родитель faf5fca2f0
Коммит bea4bee944
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -267,8 +267,8 @@ class RemoteAutomation(Automation):
app, moz_env=env, extra_args=args, url=url)
# Setting timeout at 1 hour since on a remote device this takes much longer.
# Temporarily increased to 90 minutes because no more chunks can be created.
self.timeout = 5400
# Temporarily increased to 110 minutes because no more chunks can be created.
self.timeout = 6600
# Used to buffer log messages until we meet a line break
self.logBuffer = ""