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 | cf1c948f48a5e8c46159e984224cd1080da79c17 (patch) | |
tree | 3f32207f381192413fe594441e6d62a7ee423806 | |
parent | 4636977dd0ac5064bdde4b283632fab338e27394 (diff) |
s 2 buildbot: up cac timeout to 3h
-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 544b54d..3275189 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", |