s 2 buildbot: up cac timeout to 3h

This commit is contained in:
makefu 2016-01-07 08:05:05 +01:00
parent 1fda893916
commit ff945f40b1

View File

@ -122,7 +122,7 @@ in {
addShell(s, name="infest-cac-centos7",env=env, addShell(s, name="infest-cac-centos7",env=env,
sigtermTime=60, # SIGTERM 1 minute before SIGKILL sigtermTime=60, # SIGTERM 1 minute before SIGKILL
timeout=7200, # 2h timeout=10800, # 3h
command=nixshell + ["infest-cac-centos7"]) command=nixshell + ["infest-cac-centos7"])
bu.append(util.BuilderConfig(name="full-tests", bu.append(util.BuilderConfig(name="full-tests",