[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:
parent
3cba460f9a
commit
0e53e19cb1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue