mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 522617 - bump up server startup timeout to 90 seconds - r=jwalden+bmo
This commit is contained in:
parent
1aebd1857b
commit
4412767643
@ -77,7 +77,7 @@ BROWSER_CHROME_URL = "chrome://browser/content/browser.xul"
|
||||
if automation.IS_DEBUG_BUILD:
|
||||
SERVER_STARTUP_TIMEOUT = 180
|
||||
else:
|
||||
SERVER_STARTUP_TIMEOUT = 45
|
||||
SERVER_STARTUP_TIMEOUT = 90
|
||||
|
||||
oldcwd = os.getcwd()
|
||||
SCRIPT_DIRECTORY = os.path.abspath(os.path.realpath(os.path.dirname(sys.argv[0])))
|
||||
|
Loading…
Reference in New Issue
Block a user