b=793079 set leaktest timeout to half buildbot timeout r=ted

--HG--
extra : rebase_source : e9541428bc26bf5e4e77a74f23f4d9496ef83117
This commit is contained in:
Karl Tomlinson 2012-09-25 16:19:25 +12:00
parent 3f87b63ed1
commit 5f2e275592

View File

@ -46,7 +46,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,
# leaktest builds are slow, give up and
# don't use a timeout.
extraArgs, timeout=None)
extraArgs, timeout=1800)
sys.exit(status)