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:
Phil Ringnalda 2010-01-25 21:22:45 -08:00
parent 1c21d4f027
commit b64c3e6e94

View File

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