diff options
| author | 2019-05-07 19:48:52 +0100 | |
|---|---|---|
| committer | 2019-05-07 19:48:52 +0100 | |
| commit | 9f3c002fddcd7270659027f5636d22d43b1dc338 (patch) | |
| tree | 036d00210b4429959edca06e021b9b38767e09e9 | |
| parent | 9da3d425262c6f5797b70d8aab1c665ae6bc6890 (diff) | |
Actually put the 37h in seconds numbers.
Test: N/A
Change-Id: I3f93b7b1072e6f0396f9e376882e76fc4fdec10c
| -rw-r--r-- | tools/luci/config/cr-buildbucket.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/luci/config/cr-buildbucket.cfg b/tools/luci/config/cr-buildbucket.cfg index 4ab59ea545..89aeda29a3 100644 --- a/tools/luci/config/cr-buildbucket.cfg +++ b/tools/luci/config/cr-buildbucket.cfg @@ -36,7 +36,7 @@ buckets { # We have a limited set of runners, so put the expiration time close to # the time it takes to run all steps on most builders. expiration_secs: 36000 # 10h - execution_timeout_secs: 147600 # 37h + execution_timeout_secs: 133200 # 37h swarming_tags: "vpython:native-python-wrapper" build_numbers: YES # Some builders require specific hardware, so we make the assignment in bots.cfg |