| commit | 4cb7a3beb103309b9b5630dfd546c7f7043d7603 | [log] [tgz] |
|---|---|---|
| author | Mouad Debbar <mdebbar@google.com> | Thu May 22 16:50:21 2025 -0400 |
| committer | GitHub <noreply@github.com> | Thu May 22 16:50:21 2025 -0400 |
| tree | 46d03a20e319487bc6e252db2d307c768e6e2f07 | |
| parent | 64894be90a14d317f3018bd86f92047ab9b38d4c [diff] |
Increase sub-task timeout for `Mac web_tool_tests`
diff --git a/.ci.yaml b/.ci.yaml index b7faa06..c935af1 100644 --- a/.ci.yaml +++ b/.ci.yaml
@@ -4702,7 +4702,7 @@ subshard: "1_1" tags: > ["framework", "hostonly", "shard", "mac"] - test_timeout_secs: "2700" # Allows 45 minutes (up from 30 default) + test_timeout_secs: "3600" # 60 minutes to match the global `timeout` property. runIf: - dev/** - packages/flutter_tools/**