Skip to content

Commit 18556f2

Browse files
bkonyiflutteractionsbot
authored andcommitted
[ci] Increase test timeout for Mac_x64 build_tests shards (flutter#188804)
Increase `test_timeout_secs` to `2700` (45 minutes) for all five `Mac_x64 build_tests` shards (`1_5` to `5_5`) in `.ci.yaml`. The default test timeout is 30 minutes. Shard `2_5` has been taking close to 29 minutes, leading to timeouts. Since test sharding distribution shuffles when tests are added/removed, all five shards have been updated. Setting `test_timeout_secs` to `2700` provides a 15-minute buffer before the global LUCI task timeout of 60 minutes, ensuring the test runner itself times out and prints diagnostics. Fixes flutter#188242
1 parent 545d7ce commit 18556f2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3679,6 +3679,7 @@ targets:
36793679
timeout: 60
36803680
properties:
36813681
add_recipes_cq: "true"
3682+
test_timeout_secs: "2700"
36823683
dependencies: >-
36833684
[
36843685
{"dependency": "android_sdk", "version": "version:36v8unmodified"},
@@ -3697,6 +3698,7 @@ targets:
36973698
timeout: 60
36983699
properties:
36993700
add_recipes_cq: "true"
3701+
test_timeout_secs: "2700"
37003702
dependencies: >-
37013703
[
37023704
{"dependency": "android_sdk", "version": "version:36v8unmodified"},
@@ -3715,6 +3717,7 @@ targets:
37153717
timeout: 60
37163718
properties:
37173719
add_recipes_cq: "true"
3720+
test_timeout_secs: "2700"
37183721
dependencies: >-
37193722
[
37203723
{"dependency": "android_sdk", "version": "version:36v8unmodified"},
@@ -3733,6 +3736,7 @@ targets:
37333736
timeout: 60
37343737
properties:
37353738
add_recipes_cq: "true"
3739+
test_timeout_secs: "2700"
37363740
dependencies: >-
37373741
[
37383742
{"dependency": "android_sdk", "version": "version:36v8unmodified"},
@@ -3751,6 +3755,7 @@ targets:
37513755
timeout: 60
37523756
properties:
37533757
add_recipes_cq: "true"
3758+
test_timeout_secs: "2700"
37543759
dependencies: >-
37553760
[
37563761
{"dependency": "android_sdk", "version": "version:36v8unmodified"},

0 commit comments

Comments
 (0)