File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ concurrency:
29
29
jobs :
30
30
test_suites_linux :
31
31
name : Test Suites - Linux
32
- timeout-minutes : 60
32
+ timeout-minutes : 120
33
33
34
34
strategy :
35
35
matrix :
73
73
.environment/gn_out/.ninja_log
74
74
.environment/pigweed-venv/*.log
75
75
- name : Build Apps
76
- timeout-minutes : 20
76
+ timeout-minutes : 30
77
77
run : |
78
78
./scripts/run_in_build_env.sh \
79
79
"./scripts/build/build_examples.py \
@@ -114,7 +114,7 @@ jobs:
114
114
retention-days : 5
115
115
test_suites_darwin :
116
116
name : Test Suites - Darwin
117
- timeout-minutes : 60
117
+ timeout-minutes : 120
118
118
119
119
strategy :
120
120
matrix :
@@ -163,7 +163,7 @@ jobs:
163
163
.environment/gn_out/.ninja_log
164
164
.environment/pigweed-venv/*.log
165
165
- name : Build Apps
166
- timeout-minutes : 20
166
+ timeout-minutes : 30
167
167
run : |
168
168
./scripts/run_in_build_env.sh \
169
169
"./scripts/build/build_examples.py \
You can’t perform that action at this time.
0 commit comments