Skip to content

Commit

Permalink
Increase the timeout for Mac web_tool_tests to 45 minutes (flutter#16…
Browse files Browse the repository at this point in the history
…4118)

This job seems to be timing out often when it is scheduled on a slower
x64 machine.
  • Loading branch information
jason-simmons authored Feb 25, 2025
1 parent 1f257c4 commit b199cba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand Down

0 comments on commit b199cba

Please sign in to comment.