Skip to content

Commit 1554015

Browse files
woody-applepull[bot]
authored andcommitted
Upping darwin timeouts
1 parent 93301e6 commit 1554015

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929
jobs:
3030
test_suites_linux:
3131
name: Test Suites - Linux
32-
timeout-minutes: 60
32+
timeout-minutes: 120
3333

3434
strategy:
3535
matrix:
@@ -73,7 +73,7 @@ jobs:
7373
.environment/gn_out/.ninja_log
7474
.environment/pigweed-venv/*.log
7575
- name: Build Apps
76-
timeout-minutes: 20
76+
timeout-minutes: 30
7777
run: |
7878
./scripts/run_in_build_env.sh \
7979
"./scripts/build/build_examples.py \
@@ -114,7 +114,7 @@ jobs:
114114
retention-days: 5
115115
test_suites_darwin:
116116
name: Test Suites - Darwin
117-
timeout-minutes: 60
117+
timeout-minutes: 120
118118

119119
strategy:
120120
matrix:
@@ -163,7 +163,7 @@ jobs:
163163
.environment/gn_out/.ninja_log
164164
.environment/pigweed-venv/*.log
165165
- name: Build Apps
166-
timeout-minutes: 20
166+
timeout-minutes: 30
167167
run: |
168168
./scripts/run_in_build_env.sh \
169169
"./scripts/build/build_examples.py \

0 commit comments

Comments
 (0)