We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1acdd37 commit 3654665Copy full SHA for 3654665
.github/workflows/build.yaml
@@ -242,7 +242,7 @@ jobs:
242
run: |
243
./scripts/run_in_build_env.sh "./scripts/run_codegen_targets.sh out/sanitizers"
244
- name: Clang-tidy validation
245
- timeout-minutes: 45
+ timeout-minutes: 60
246
247
./scripts/run_in_build_env.sh \
248
"./scripts/run-clang-tidy-on-compile-commands.py \
@@ -462,7 +462,7 @@ jobs:
462
463
./scripts/run_in_build_env.sh "./scripts/run_codegen_targets.sh out/default"
464
465
466
467
468
0 commit comments