Increase the timeout for Mac web_tool_tests to 45 minutes (#164118)

This job seems to be timing out often when it is scheduled on a slower
x64 machine.
This commit is contained in:
Jason Simmons
2025-02-25 20:07:52 +00:00
committed by GitHub
parent 1f257c4a85
commit b199cba0da

View File

@@ -4574,6 +4574,7 @@ targets:
subshard: "1_1"
tags: >
["framework", "hostonly", "shard", "mac"]
test_timeout_secs: "2700" # Allows 45 minutes (up from 30 default)
runIf:
- dev/**
- packages/flutter_tools/**