Skip to content

Commit 00c0a07

Browse files
authored
Increase Linux docs_test timeout (#120899)
The `Linux docs_test` target has timed out repeatedly. This is a short-term mitigation to prevent unnecessary framework tree closures. In the future we should remove docset generation from post-submit `Linux docs_test`. See: flutter/flutter#120901. See this similar change: flutter/flutter#120718
1 parent 9fcaaeb commit 00c0a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci.yaml

Lines changed: 2 additions & 2 deletions
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: 90
306+
timeout: 90 # https://github.com/flutter/flutter/issues/120901
307307
properties:
308308
cores: "32"
309309
dependencies: >-
@@ -321,7 +321,7 @@ targets:
321321

322322
- name: Linux docs_test
323323
recipe: flutter/flutter
324-
timeout: 60
324+
timeout: 90 # https://github.com/flutter/flutter/issues/120901
325325
properties:
326326
cores: "32"
327327
dependencies: >-

0 commit comments

Comments
 (0)