Skip to content

Commit 5a4497d

Browse files
extend timeout from default 30 min to 1 hour for windows build tests (#136300)
Fixes flutter/flutter#136299
1 parent a047358 commit 5a4497d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ targets:
234234
presubmit: false
235235
timeout: 60
236236
properties:
237-
test_timeout_secs: "3600"
237+
test_timeout_secs: "3600" # 1 hour
238238
dependencies: >-
239239
[
240240
{"dependency": "android_sdk", "version": "version:33v6"},
@@ -4492,6 +4492,7 @@ targets:
44924492
subshard: "1_5"
44934493
tags: >
44944494
["framework", "hostonly", "shard", "windows"]
4495+
test_timeout_secs: "3600" # 1 hour
44954496

44964497
- name: Windows build_tests_2_5
44974498
recipe: flutter/flutter_drone
@@ -4510,6 +4511,7 @@ targets:
45104511
subshard: "2_5"
45114512
tags: >
45124513
["framework", "hostonly", "shard", "windows"]
4514+
test_timeout_secs: "3600" # 1 hour
45134515

45144516
- name: Windows build_tests_3_5
45154517
recipe: flutter/flutter_drone
@@ -4528,6 +4530,7 @@ targets:
45284530
subshard: "3_5"
45294531
tags: >
45304532
["framework", "hostonly", "shard", "windows"]
4533+
test_timeout_secs: "3600" # 1 hour
45314534

45324535
- name: Windows build_tests_4_5
45334536
recipe: flutter/flutter_drone
@@ -4546,6 +4549,7 @@ targets:
45464549
subshard: "4_5"
45474550
tags: >
45484551
["framework", "hostonly", "shard", "windows"]
4552+
test_timeout_secs: "3600" # 1 hour
45494553

45504554
- name: Windows build_tests_5_5
45514555
recipe: flutter/flutter_drone
@@ -4564,6 +4568,7 @@ targets:
45644568
subshard: "5_5"
45654569
tags: >
45664570
["framework", "hostonly", "shard", "windows"]
4571+
test_timeout_secs: "3600" # 1 hour
45674572

45684573
- name: Windows customer_testing
45694574
enabled_branches:

0 commit comments

Comments
 (0)