mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
punt on bug 540369, set timeout=None for leaktest
--HG-- extra : rebase_source : 76440f6d2d263f951bf18e53336d51a779c8a838
This commit is contained in:
parent
2ec2b03558
commit
ac8de218d9
@ -80,5 +80,7 @@ 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=3540.0)
|
||||
# leaktest builds are slow, give up and
|
||||
# don't use a timeout.
|
||||
extraArgs, timeout=None)
|
||||
sys.exit(status)
|
||||
|
Loading…
Reference in New Issue
Block a user