From 796400744f5965afa2e5b4b6050bc80bfd9c20ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Sharma?= <737941+loic-sharma@users.noreply.github.com> Date: Wed, 26 Feb 2025 17:09:22 -0800 Subject: [PATCH] Increase customer test timeout to 60 minutes (#164239) Customer test timeouts are a frequent source of tree closures. This change should be reverted once https://github.com/flutter/flutter/issues/164140 is completed. --- .ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index dfdffa6e0e..e2a55b8435 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -585,7 +585,9 @@ targets: shard: customer_testing tags: > ["framework", "hostonly", "shard", "linux"] - test_timeout_secs: "2700" # Allows 45 minutes (up from 30 default) + # TODO(flutter/flutter#164140): Reduce timeout once customer + # tests are sharded. + test_timeout_secs: "3600" # Allows 60 minutes (up from 30 default) - name: Linux docs_publish recipe: flutter/docs