Extend the Windows web_tool_tests_1_2 shard timeout to 45 minutes (#150393)

This suite typically takes almost 30 minutes on CI, and some recent
engine->framework rolls failed because the tests exceeded the current 30
minute timeout.
This commit is contained in:
Jason Simmons 2024-06-17 23:44:01 -07:00 committed by GitHub
parent 6a8f70f11e
commit 6ef91167f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5800,6 +5800,7 @@ targets:
subshard: "1_2"
tags: >
["framework", "hostonly", "shard", "windows"]
test_timeout_secs: "2700"
runIf:
- dev/**
- packages/flutter_tools/**