Bug 1156425 - Allow Android test jobs to run for up to 90 minutes; r=RyanVM

This commit is contained in:
Geoff Brown 2015-08-27 11:29:00 -06:00
Родитель d59ba9f2b0
Коммит b0a570ab95
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -287,8 +287,8 @@ class RemoteAutomation(Automation):
self.procName = app
# Setting timeout at 1 hour since on a remote device this takes much longer.
# Temporarily increased to 75 minutes because no more chunks can be created.
self.timeout = 4500
# Temporarily increased to 90 minutes because no more chunks can be created.
self.timeout = 5400
# The benefit of the following sleep is unclear; it was formerly 15 seconds
time.sleep(1)