From 0e53e19cb16b05a8f896a9a46a6691a7b01be62f Mon Sep 17 00:00:00 2001 From: JP Simard Date: Wed, 21 Dec 2022 17:37:44 -0500 Subject: [PATCH] [CI] Increase timeout for `analyze` CI job to 60 minutes (#4654) I recently moved CI machines over to use Xcode 14.2 and it's possible that running SwiftLint analyzer rules now take longer. --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 046b5a6f7..81adb074b 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -18,7 +18,7 @@ steps: - label: "Analyze" commands: - echo "+++ Analyze" - - bazel test -c opt --test_output=streamed --test_timeout=1800 --spawn_strategy=local analyze + - bazel test -c opt --test_output=streamed --test_timeout=3600 --spawn_strategy=local analyze - label: "TSan Tests" commands: - echo "+++ Test"