Skip to content

Commit

Permalink
Increase some build timeouts on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Apr 11, 2022
1 parent 1123440 commit 7f081b4
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 7f081b4

Please sign in to comment.