Skip to content

Commit 3654665

Browse files
bzbarsky-applepull[bot]
authored andcommitted
Bump up the clang-tidy job timeout. (#27053)
We keep hitting the 45-minute timeout.
1 parent 1acdd37 commit 3654665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
run: |
243243
./scripts/run_in_build_env.sh "./scripts/run_codegen_targets.sh out/sanitizers"
244244
- name: Clang-tidy validation
245-
timeout-minutes: 45
245+
timeout-minutes: 60
246246
run: |
247247
./scripts/run_in_build_env.sh \
248248
"./scripts/run-clang-tidy-on-compile-commands.py \
@@ -462,7 +462,7 @@ jobs:
462462
run: |
463463
./scripts/run_in_build_env.sh "./scripts/run_codegen_targets.sh out/default"
464464
- name: Clang-tidy validation
465-
timeout-minutes: 45
465+
timeout-minutes: 60
466466
run: |
467467
./scripts/run_in_build_env.sh \
468468
"./scripts/run-clang-tidy-on-compile-commands.py \

0 commit comments

Comments
 (0)