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

[ci] Increase timeouts for platform_tests #7036

Merged
merged 1 commit into from
Jan 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ targets:
# https://github.com/flutter/plugins/pull/5693#issuecomment-1126011089
- name: Mac_x64 ios_platform_tests_1_of_4 master
recipe: plugins/plugins
timeout: 30
timeout: 60
properties:
add_recipes_cq: "true"
version_file: flutter_master.version
Expand All @@ -88,7 +88,7 @@ targets:

- name: Mac_x64 ios_platform_tests_2_of_4 master
recipe: plugins/plugins
timeout: 30
timeout: 60
properties:
add_recipes_cq: "true"
version_file: flutter_master.version
Expand All @@ -97,7 +97,7 @@ targets:

- name: Mac_x64 ios_platform_tests_3_of_4 master
recipe: plugins/plugins
timeout: 30
timeout: 60
properties:
add_recipes_cq: "true"
version_file: flutter_master.version
Expand All @@ -106,7 +106,7 @@ targets:

- name: Mac_x64 ios_platform_tests_4_of_4 master
recipe: plugins/plugins
timeout: 30
timeout: 60
properties:
add_recipes_cq: "true"
version_file: flutter_master.version
Expand All @@ -117,7 +117,7 @@ targets:
- name: Mac_x64 ios_platform_tests_1_of_4 stable
recipe: plugins/plugins
presubmit: false
timeout: 30
timeout: 60
properties:
channel: stable
add_recipes_cq: "true"
Expand All @@ -128,7 +128,7 @@ targets:
- name: Mac_x64 ios_platform_tests_2_of_4 stable
recipe: plugins/plugins
presubmit: false
timeout: 30
timeout: 60
properties:
channel: stable
add_recipes_cq: "true"
Expand All @@ -139,7 +139,7 @@ targets:
- name: Mac_x64 ios_platform_tests_3_of_4 stable
recipe: plugins/plugins
presubmit: false
timeout: 30
timeout: 60
properties:
channel: stable
add_recipes_cq: "true"
Expand All @@ -150,7 +150,7 @@ targets:
- name: Mac_x64 ios_platform_tests_4_of_4 stable
recipe: plugins/plugins
presubmit: false
timeout: 30
timeout: 60
properties:
channel: stable
add_recipes_cq: "true"
Expand All @@ -160,7 +160,7 @@ targets:

- name: Windows win32-platform_tests master
recipe: plugins/plugins
timeout: 30
timeout: 60
properties:
add_recipes_cq: "true"
target_file: windows_build_and_platform_tests.yaml
Expand All @@ -173,7 +173,8 @@ targets:

- name: Windows win32-platform_tests stable
recipe: plugins/plugins
timeout: 30
presubmit: false
timeout: 60
properties:
add_recipes_cq: "true"
target_file: windows_build_and_platform_tests.yaml
Expand Down