Skip to content

Commit

Permalink
Upping darwin timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed Jan 26, 2022
1 parent 6f2ea1e commit ca29e40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ concurrency:
jobs:
test_suites_linux:
name: Test Suites - Linux
timeout-minutes: 60
timeout-minutes: 120

strategy:
matrix:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
.environment/gn_out/.ninja_log
.environment/pigweed-venv/*.log
- name: Build Apps
timeout-minutes: 20
timeout-minutes: 30
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
retention-days: 5
test_suites_darwin:
name: Test Suites - Darwin
timeout-minutes: 60
timeout-minutes: 120

strategy:
matrix:
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
.environment/gn_out/.ninja_log
.environment/pigweed-venv/*.log
- name: Build Apps
timeout-minutes: 20
timeout-minutes: 30
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand Down

0 comments on commit ca29e40

Please sign in to comment.