[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.
This commit is contained in:
JP Simard
2022-12-21 17:37:44 -05:00
committed by GitHub
parent 3cba460f9a
commit 0e53e19cb1
+1 -1
View File
@@ -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"