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"