Skip to content

Commit

Permalink
Increase customer test timeout to 60 minutes (flutter#164239)
Browse files Browse the repository at this point in the history
Customer test timeouts are a frequent source of tree closures.

This change should be reverted once
flutter#164140 is completed.
  • Loading branch information
loic-sharma authored Feb 27, 2025
1 parent 1d25f69 commit 7964007
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7964007

Please sign in to comment.