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:
parent
1d25f6953d
commit
796400744f
4
.ci.yaml
4
.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user