No, but really increase the timeout to 60 minutes (#162680)

`timeout` does work for the overall build timeout.
`properties["test_timeout_secs"]` does the individual steps  timeout.

They should both be set.
This commit is contained in:
John McDole 2025-02-04 10:21:31 -08:00 committed by GitHub
parent 875823b6d6
commit e7bdde6534
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -689,6 +689,7 @@ targets:
task_name: flutter_packaging
tags: >
["framework", "hostonly", "shard", "linux"]
test_timeout_secs: "3600" # TODO(https://github.com/flutter/flutter/issues/162654)
runIf:
- .ci.yaml
- engine/**