зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1183717 - Increase default timeout for Android Debug reftests; r=jmaher
This commit is contained in:
Родитель
1657400c6f
Коммит
6ab6eec4a3
|
@ -16,6 +16,7 @@ from runreftest import ReftestOptions
|
|||
from automation import Automation
|
||||
import devicemanager
|
||||
import droid
|
||||
import mozinfo
|
||||
import moznetwork
|
||||
from remoteautomation import RemoteAutomation, fennecLogcatFilters
|
||||
|
||||
|
@ -515,6 +516,10 @@ def main(args):
|
|||
reftest = RemoteReftest(automation, dm, options, SCRIPT_DIRECTORY)
|
||||
options = parser.verifyCommonOptions(options, reftest)
|
||||
|
||||
if mozinfo.info['debug']:
|
||||
print "changing timeout for remote debug reftests from %s to 600 seconds" % options.timeout
|
||||
options.timeout = 600
|
||||
|
||||
# Hack in a symbolic link for jsreftest
|
||||
os.system("ln -s ../jsreftest " + str(os.path.join(SCRIPT_DIRECTORY, "jsreftest")))
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче