Skip to content

Commit 3b3936a

Browse files
authored
Increase timeout for Linux web_tool_tests to 60m (#162752)
flutter/flutter#162714 The "run test.dart for web_tool_tests" step is now taking longer than 30 minutes due to an increase in the number of tests. ## Pre-launch Checklist - [X] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [X] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [X] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [X] I signed the [CLA]. - [X] I listed at least one issue that this PR fixes in the description above. - [X] I updated/added relevant documentation (doc comments with `///`). - [ ] I added new tests to check the change I am making, or this PR is [test-exempt]. - [X] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [ ] All existing and new tests are passing.
1 parent dfb36f0 commit 3b3936a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2132,6 +2132,7 @@ targets:
21322132
["framework", "hostonly", "shard", "linux"]
21332133
# Retry for flakes caused by https://github.com/flutter/flutter/issues/132654
21342134
presubmit_max_attempts: "2"
2135+
test_timeout_secs: "3600" # https://github.com/flutter/flutter/issues/162714
21352136
runIf:
21362137
- dev/**
21372138
- packages/flutter_tools/**

0 commit comments

Comments
 (0)