Bug 522617 - bump up server startup timeout to 90 seconds - r=jwalden+bmo

This commit is contained in:
Aki Sasaki 2009-11-13 17:48:07 -05:00
parent 1aebd1857b
commit 4412767643

View File

@ -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])))