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.
This commit is contained in:
Loïc Sharma 2025-02-26 17:09:22 -08:00 committed by GitHub
parent 1d25f6953d
commit 796400744f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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