diff options
author | makefu <github@syntax-fehler.de> | 2016-01-07 08:05:05 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-01-07 08:05:05 +0100 |
commit | ff945f40b1c3fdb69a5016911ab48462e00cf536 (patch) | |
tree | 483bf8f88dd2e035a6a73cef06102656c7451376 /shared/2configs/buildbot-standalone.nix | |
parent | 1fda893916e1cf8c3cecd43fd861c9d36999b280 (diff) |
s 2 buildbot: up cac timeout to 3h
Diffstat (limited to 'shared/2configs/buildbot-standalone.nix')
-rw-r--r-- | shared/2configs/buildbot-standalone.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/2configs/buildbot-standalone.nix b/shared/2configs/buildbot-standalone.nix index 544b54dde..3275189a5 100644 --- a/shared/2configs/buildbot-standalone.nix +++ b/shared/2configs/buildbot-standalone.nix @@ -122,7 +122,7 @@ in { addShell(s, name="infest-cac-centos7",env=env, sigtermTime=60, # SIGTERM 1 minute before SIGKILL - timeout=7200, # 2h + timeout=10800, # 3h command=nixshell + ["infest-cac-centos7"]) bu.append(util.BuilderConfig(name="full-tests", |