mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user