From b199cba0da933fdb9702fcf8730fc2f8c690bde4 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Tue, 25 Feb 2025 20:07:52 +0000 Subject: [PATCH] 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. --- .ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci.yaml b/.ci.yaml index 6e4314eb0eb..5fb94de137b 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -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/**