Unverified Commit 5a4497d4 authored by Christopher Fujino's avatar Christopher Fujino Committed by GitHub

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

Fixes https://github.com/flutter/flutter/issues/136299
parent a047358c
...@@ -234,7 +234,7 @@ targets: ...@@ -234,7 +234,7 @@ targets:
presubmit: false presubmit: false
timeout: 60 timeout: 60
properties: properties:
test_timeout_secs: "3600" test_timeout_secs: "3600" # 1 hour
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk", "version": "version:33v6"}, {"dependency": "android_sdk", "version": "version:33v6"},
...@@ -4492,6 +4492,7 @@ targets: ...@@ -4492,6 +4492,7 @@ targets:
subshard: "1_5" subshard: "1_5"
tags: > tags: >
["framework", "hostonly", "shard", "windows"] ["framework", "hostonly", "shard", "windows"]
test_timeout_secs: "3600" # 1 hour
- name: Windows build_tests_2_5 - name: Windows build_tests_2_5
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
...@@ -4510,6 +4511,7 @@ targets: ...@@ -4510,6 +4511,7 @@ targets:
subshard: "2_5" subshard: "2_5"
tags: > tags: >
["framework", "hostonly", "shard", "windows"] ["framework", "hostonly", "shard", "windows"]
test_timeout_secs: "3600" # 1 hour
- name: Windows build_tests_3_5 - name: Windows build_tests_3_5
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
...@@ -4528,6 +4530,7 @@ targets: ...@@ -4528,6 +4530,7 @@ targets:
subshard: "3_5" subshard: "3_5"
tags: > tags: >
["framework", "hostonly", "shard", "windows"] ["framework", "hostonly", "shard", "windows"]
test_timeout_secs: "3600" # 1 hour
- name: Windows build_tests_4_5 - name: Windows build_tests_4_5
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
...@@ -4546,6 +4549,7 @@ targets: ...@@ -4546,6 +4549,7 @@ targets:
subshard: "4_5" subshard: "4_5"
tags: > tags: >
["framework", "hostonly", "shard", "windows"] ["framework", "hostonly", "shard", "windows"]
test_timeout_secs: "3600" # 1 hour
- name: Windows build_tests_5_5 - name: Windows build_tests_5_5
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
...@@ -4564,6 +4568,7 @@ targets: ...@@ -4564,6 +4568,7 @@ targets:
subshard: "5_5" subshard: "5_5"
tags: > tags: >
["framework", "hostonly", "shard", "windows"] ["framework", "hostonly", "shard", "windows"]
test_timeout_secs: "3600" # 1 hour
- name: Windows customer_testing - name: Windows customer_testing
enabled_branches: enabled_branches:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment