Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 90f4473

Browse files
[ci] Increase timeouts for platform_tests (#7036)
`platform_tests` are our most time-consuming tests; 30 minutes isn't always enough to run them. Increase timeouts to 60 minutes so that we aren't getting timeouts from tests that are still running. Also disables Windows `platform_tests` for stable in presubmit, matching other platforms.
1 parent ff84c44 commit 90f4473

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.ci.yaml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ targets:
7979
# https://github.com/flutter/plugins/pull/5693#issuecomment-1126011089
8080
- name: Mac_x64 ios_platform_tests_1_of_4 master
8181
recipe: plugins/plugins
82-
timeout: 30
82+
timeout: 60
8383
properties:
8484
add_recipes_cq: "true"
8585
version_file: flutter_master.version
@@ -88,7 +88,7 @@ targets:
8888

8989
- name: Mac_x64 ios_platform_tests_2_of_4 master
9090
recipe: plugins/plugins
91-
timeout: 30
91+
timeout: 60
9292
properties:
9393
add_recipes_cq: "true"
9494
version_file: flutter_master.version
@@ -97,7 +97,7 @@ targets:
9797

9898
- name: Mac_x64 ios_platform_tests_3_of_4 master
9999
recipe: plugins/plugins
100-
timeout: 30
100+
timeout: 60
101101
properties:
102102
add_recipes_cq: "true"
103103
version_file: flutter_master.version
@@ -106,7 +106,7 @@ targets:
106106

107107
- name: Mac_x64 ios_platform_tests_4_of_4 master
108108
recipe: plugins/plugins
109-
timeout: 30
109+
timeout: 60
110110
properties:
111111
add_recipes_cq: "true"
112112
version_file: flutter_master.version
@@ -117,7 +117,7 @@ targets:
117117
- name: Mac_x64 ios_platform_tests_1_of_4 stable
118118
recipe: plugins/plugins
119119
presubmit: false
120-
timeout: 30
120+
timeout: 60
121121
properties:
122122
channel: stable
123123
add_recipes_cq: "true"
@@ -128,7 +128,7 @@ targets:
128128
- name: Mac_x64 ios_platform_tests_2_of_4 stable
129129
recipe: plugins/plugins
130130
presubmit: false
131-
timeout: 30
131+
timeout: 60
132132
properties:
133133
channel: stable
134134
add_recipes_cq: "true"
@@ -139,7 +139,7 @@ targets:
139139
- name: Mac_x64 ios_platform_tests_3_of_4 stable
140140
recipe: plugins/plugins
141141
presubmit: false
142-
timeout: 30
142+
timeout: 60
143143
properties:
144144
channel: stable
145145
add_recipes_cq: "true"
@@ -150,7 +150,7 @@ targets:
150150
- name: Mac_x64 ios_platform_tests_4_of_4 stable
151151
recipe: plugins/plugins
152152
presubmit: false
153-
timeout: 30
153+
timeout: 60
154154
properties:
155155
channel: stable
156156
add_recipes_cq: "true"
@@ -160,7 +160,7 @@ targets:
160160

161161
- name: Windows win32-platform_tests master
162162
recipe: plugins/plugins
163-
timeout: 30
163+
timeout: 60
164164
properties:
165165
add_recipes_cq: "true"
166166
target_file: windows_build_and_platform_tests.yaml
@@ -173,7 +173,8 @@ targets:
173173
174174
- name: Windows win32-platform_tests stable
175175
recipe: plugins/plugins
176-
timeout: 30
176+
presubmit: false
177+
timeout: 60
177178
properties:
178179
add_recipes_cq: "true"
179180
target_file: windows_build_and_platform_tests.yaml

0 commit comments

Comments
 (0)