Skip to content

Commit

Permalink
Increase some build timeouts on linux (#17245)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and pull[bot] committed Aug 18, 2023
1 parent 8d8870c commit 1717218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
check \
"
- name: Run Tests with sanitizers
timeout-minutes: 30
timeout-minutes: 60
env:
LSAN_OPTIONS: detect_leaks=0
run: |
Expand All @@ -194,7 +194,7 @@ jobs:
scripts/tests/gn_tests.sh
done
- name: Build using build_examples.py
timeout-minutes: 40
timeout-minutes: 60
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py --no-log-timestamps \
Expand Down

0 comments on commit 1717218

Please sign in to comment.