Commit 988e536c authored by Edward Lesmes's avatar Edward Lesmes Committed by Commit Bot

codesearch: Increase timeout to 9 hours.

Bug: 1098927
Change-Id: Ibc9b2571750e5ac9dbb7fbb737790c7584af88f0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2284370Reviewed-by: default avatarHaiyang Pan <hypan@google.com>
Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
Cr-Commit-Position: refs/heads/master@{#786444}
parent a9036939
...@@ -20870,7 +20870,7 @@ buckets { ...@@ -20870,7 +20870,7 @@ buckets {
cmd: "luciexe" cmd: "luciexe"
} }
properties: "{\"$build/goma\":{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"},\"mastername\":\"tryserver.chromium.codesearch\",\"recipe\":\"chromium_codesearch\"}" properties: "{\"$build/goma\":{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"},\"mastername\":\"tryserver.chromium.codesearch\",\"recipe\":\"chromium_codesearch\"}"
execution_timeout_secs: 14400 execution_timeout_secs: 32400
expiration_secs: 7200 expiration_secs: 7200
caches { caches {
name: "win_toolchain" name: "win_toolchain"
...@@ -339,6 +339,7 @@ def chromium_codesearch_builder(*, name, os=None, **kwargs): ...@@ -339,6 +339,7 @@ def chromium_codesearch_builder(*, name, os=None, **kwargs):
executable = 'recipe:chromium_codesearch', executable = 'recipe:chromium_codesearch',
mastername = 'tryserver.chromium.codesearch', mastername = 'tryserver.chromium.codesearch',
goma_backend = builders.goma.backend.RBE_PROD, goma_backend = builders.goma.backend.RBE_PROD,
execution_timeout = 9 * time.hour,
os = os, os = os,
**kwargs **kwargs
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment