mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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:
parent
875823b6d6
commit
e7bdde6534
1
.ci.yaml
1
.ci.yaml
@ -689,6 +689,7 @@ targets:
|
|||||||
task_name: flutter_packaging
|
task_name: flutter_packaging
|
||||||
tags: >
|
tags: >
|
||||||
["framework", "hostonly", "shard", "linux"]
|
["framework", "hostonly", "shard", "linux"]
|
||||||
|
test_timeout_secs: "3600" # TODO(https://github.com/flutter/flutter/issues/162654)
|
||||||
runIf:
|
runIf:
|
||||||
- .ci.yaml
|
- .ci.yaml
|
||||||
- engine/**
|
- engine/**
|
||||||
|
Loading…
Reference in New Issue
Block a user