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