Try again to fix the Windows debug bloatcycle bustage from
bug 540369, by cranking the timeout up to 3540 seconds
Try again to fix the Windows debug bloatcycle bustage from
bug 540369, by cranking the timeout up to 3540 seconds
--- a/build/leaktest.py.in
+++ b/build/leaktest.py.in
@@ -75,10 +75,10 @@ if __name__ == '__main__':
automation.initializeProfile(PROFILE_DIRECTORY)
browserEnv = automation.environment()
if not "XPCOM_DEBUG_BREAK" in browserEnv:
browserEnv["XPCOM_DEBUG_BREAK"] = "stack"
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)