[Scummvm-git-logs] scummvm-sites director-buildbot -> 667ad4a01ccb22a8934c04e3f68f8ee707356cc8
rvanlaar
noreply at scummvm.org
Sun Jan 29 13:20:56 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-sites' repo located at https://github.com/scummvm/scummvm-sites .
Summary:
667ad4a01c DIRECTOR-BUILDBOT: add timeout settings to targets
Commit: 667ad4a01ccb22a8934c04e3f68f8ee707356cc8
https://github.com/scummvm/scummvm-sites/commit/667ad4a01ccb22a8934c04e3f68f8ee707356cc8
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2023-01-29T14:19:04+01:00
Commit Message:
DIRECTOR-BUILDBOT: add timeout settings to targets
The new timeout settings were only applied to the lingo tests.
Now also to the tests from the targets.json.
Changed paths:
director/targets.py
diff --git a/director/targets.py b/director/targets.py
index 288fda7..1a9dd27 100644
--- a/director/targets.py
+++ b/director/targets.py
@@ -110,8 +110,8 @@ def generate_builder(target: TestTarget, workernames: list[str]) -> BuilderConfi
command=generate_command(target, moviename),
env=default_env,
workdir=os.path.join("build", target.directory),
- timeout=20,
- maxTime=30,
+ timeout=settings["TIMEOUT"],
+ maxTime=settings["MAX_TIME"],
interruptSignal="QUIT",
logEnviron=False,
)
More information about the Scummvm-git-logs
mailing list