mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 833765 - Increase default sut timeout to 320 s during rc tests; r=jmaher DONTBUILD
This commit is contained in:
parent
1d065f975e
commit
def2932c46
@ -526,6 +526,8 @@ def main():
|
||||
dm.killProcess(procName)
|
||||
|
||||
if options.robocop != "":
|
||||
# sut may wait up to 300 s for a robocop am process before returning
|
||||
dm.default_timeout = 320
|
||||
mp = manifestparser.TestManifest(strict=False)
|
||||
# TODO: pull this in dynamically
|
||||
mp.read(options.robocop)
|
||||
|
Loading…
Reference in New Issue
Block a user