зеркало из https://github.com/mozilla/gecko-dev.git
Try again to fix the Windows debug bloatcycle bustage from bug 540369, by cranking the timeout up to 3540 seconds
This commit is contained in:
Родитель
7e0b15b6d9
Коммит
17f98e1b77
|
@ -80,5 +80,5 @@ if __name__ == '__main__':
|
|||
url = "http://localhost:%d/bloatcycle.html" % PORT
|
||||
appPath = os.path.join(SCRIPT_DIR, automation.DEFAULT_APP)
|
||||
status = automation.runApp(url, browserEnv, appPath, PROFILE_DIRECTORY,
|
||||
extraArgs, timeout=330.0)
|
||||
extraArgs, timeout=3540.0)
|
||||
sys.exit(status)
|
||||
|
|
Загрузка…
Ссылка в новой задаче