Skip to content

Commit b9b023e

Browse files
[ci] Lower iOS LUCI timeouts (#4035)
Return the iOS timeouts to 60 minutes, since we believe that the random slow builds are now resolved. See flutter/flutter#119750
1 parent 822685b commit b9b023e

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

.ci.yaml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,9 @@ targets:
149149
version_file: flutter_stable.version
150150
target_file: ios_build_all_packages.yaml
151151

152-
# TODO(stuartmorgan): Change all of the ios_platform_tests_* task timeouts
153-
# to 60 minutes once https://github.com/flutter/flutter/issues/119750 is
154-
# fixed.
155152
- name: Mac_arm64 ios_platform_tests_shard_1 master
156153
recipe: packages/packages
157-
timeout: 120
154+
timeout: 60
158155
properties:
159156
add_recipes_cq: "true"
160157
version_file: flutter_master.version
@@ -163,7 +160,7 @@ targets:
163160

164161
- name: Mac_arm64 ios_platform_tests_shard_2 master
165162
recipe: packages/packages
166-
timeout: 120
163+
timeout: 60
167164
properties:
168165
add_recipes_cq: "true"
169166
version_file: flutter_master.version
@@ -172,7 +169,7 @@ targets:
172169

173170
- name: Mac_arm64 ios_platform_tests_shard_3 master
174171
recipe: packages/packages
175-
timeout: 120
172+
timeout: 60
176173
properties:
177174
add_recipes_cq: "true"
178175
version_file: flutter_master.version
@@ -181,7 +178,7 @@ targets:
181178

182179
- name: Mac_arm64 ios_platform_tests_shard_4 master
183180
recipe: packages/packages
184-
timeout: 120
181+
timeout: 60
185182
properties:
186183
add_recipes_cq: "true"
187184
version_file: flutter_master.version
@@ -190,7 +187,7 @@ targets:
190187

191188
- name: Mac_arm64 ios_platform_tests_shard_5 master
192189
recipe: packages/packages
193-
timeout: 120
190+
timeout: 60
194191
properties:
195192
add_recipes_cq: "true"
196193
version_file: flutter_master.version
@@ -201,7 +198,7 @@ targets:
201198
- name: Mac_arm64 ios_platform_tests_shard_1 stable
202199
recipe: packages/packages
203200
presubmit: false
204-
timeout: 120
201+
timeout: 60
205202
properties:
206203
channel: stable
207204
add_recipes_cq: "true"
@@ -212,7 +209,7 @@ targets:
212209
- name: Mac_arm64 ios_platform_tests_shard_2 stable
213210
recipe: packages/packages
214211
presubmit: false
215-
timeout: 120
212+
timeout: 60
216213
properties:
217214
channel: stable
218215
add_recipes_cq: "true"
@@ -223,7 +220,7 @@ targets:
223220
- name: Mac_arm64 ios_platform_tests_shard_3 stable
224221
recipe: packages/packages
225222
presubmit: false
226-
timeout: 120
223+
timeout: 60
227224
properties:
228225
channel: stable
229226
add_recipes_cq: "true"
@@ -234,7 +231,7 @@ targets:
234231
- name: Mac_arm64 ios_platform_tests_shard_4 stable
235232
recipe: packages/packages
236233
presubmit: false
237-
timeout: 120
234+
timeout: 60
238235
properties:
239236
channel: stable
240237
add_recipes_cq: "true"
@@ -245,7 +242,7 @@ targets:
245242
- name: Mac_arm64 ios_platform_tests_shard_5 stable
246243
recipe: packages/packages
247244
presubmit: false
248-
timeout: 120
245+
timeout: 60
249246
properties:
250247
channel: stable
251248
add_recipes_cq: "true"

0 commit comments

Comments
 (0)