Skip to content

Commit 480c54c

Browse files
authored
Increase Linux docs_publish timeout (#120718)
This target recently caused the tree to close due to a timeout: https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20docs_publish/8906/overview This target consistently takes ~55 minutes, which is very close to its current timeout of 60 minutes. This increases the timeout to make timeouts less likely.
1 parent ed5bd17 commit 480c54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ targets:
303303
- name: Linux docs_publish
304304
recipe: flutter/flutter
305305
presubmit: false
306-
timeout: 60
306+
timeout: 90
307307
properties:
308308
cores: "32"
309309
dependencies: >-

0 commit comments

Comments
 (0)