Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b883217

Browse files
authored
Increase timeout for clang-tidy on mac (#41588)
These builds are affected by flutter/flutter#119750 The timeout needs to be increased to avoid the autorollers closing PRs due to timeouts.
1 parent 797b352 commit b883217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ targets:
390390
cpu: arm64
391391
lint_host: "true"
392392
lint_ios: "false"
393-
timeout: 75
393+
timeout: 120
394394
runIf:
395395
- DEPS
396396
- .ci.yaml
@@ -411,7 +411,7 @@ targets:
411411
cpu: arm64
412412
lint_host: "false"
413413
lint_ios: "true"
414-
timeout: 75
414+
timeout: 120
415415
runIf:
416416
- DEPS
417417
- .ci.yaml

0 commit comments

Comments
 (0)