extend timeout from default 30 min to 1 hour for windows build tests (#136300)

Fixes https://github.com/flutter/flutter/issues/136299
This commit is contained in:
Christopher Fujino 2023-10-11 12:10:52 -06:00 committed by GitHub
parent a047358c5c
commit 5a4497d47f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -234,7 +234,7 @@ targets:
presubmit: false
timeout: 60
properties:
test_timeout_secs: "3600"
test_timeout_secs: "3600" # 1 hour
dependencies: >-
[
{"dependency": "android_sdk", "version": "version:33v6"},
@ -4492,6 +4492,7 @@ targets:
subshard: "1_5"
tags: >
["framework", "hostonly", "shard", "windows"]
test_timeout_secs: "3600" # 1 hour
- name: Windows build_tests_2_5
recipe: flutter/flutter_drone
@ -4510,6 +4511,7 @@ targets:
subshard: "2_5"
tags: >
["framework", "hostonly", "shard", "windows"]
test_timeout_secs: "3600" # 1 hour
- name: Windows build_tests_3_5
recipe: flutter/flutter_drone
@ -4528,6 +4530,7 @@ targets:
subshard: "3_5"
tags: >
["framework", "hostonly", "shard", "windows"]
test_timeout_secs: "3600" # 1 hour
- name: Windows build_tests_4_5
recipe: flutter/flutter_drone
@ -4546,6 +4549,7 @@ targets:
subshard: "4_5"
tags: >
["framework", "hostonly", "shard", "windows"]
test_timeout_secs: "3600" # 1 hour
- name: Windows build_tests_5_5
recipe: flutter/flutter_drone
@ -4564,6 +4568,7 @@ targets:
subshard: "5_5"
tags: >
["framework", "hostonly", "shard", "windows"]
test_timeout_secs: "3600" # 1 hour
- name: Windows customer_testing
enabled_branches: