mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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: https://github.com/flutter/flutter/issues/120901. See this similar change: https://github.com/flutter/flutter/pull/120718
This commit is contained in:
parent
9fcaaebb52
commit
00c0a07fa3
4
.ci.yaml
4
.ci.yaml
@ -303,7 +303,7 @@ targets:
|
|||||||
- name: Linux docs_publish
|
- name: Linux docs_publish
|
||||||
recipe: flutter/flutter
|
recipe: flutter/flutter
|
||||||
presubmit: false
|
presubmit: false
|
||||||
timeout: 90
|
timeout: 90 # https://github.com/flutter/flutter/issues/120901
|
||||||
properties:
|
properties:
|
||||||
cores: "32"
|
cores: "32"
|
||||||
dependencies: >-
|
dependencies: >-
|
||||||
@ -321,7 +321,7 @@ targets:
|
|||||||
|
|
||||||
- name: Linux docs_test
|
- name: Linux docs_test
|
||||||
recipe: flutter/flutter
|
recipe: flutter/flutter
|
||||||
timeout: 60
|
timeout: 90 # https://github.com/flutter/flutter/issues/120901
|
||||||
properties:
|
properties:
|
||||||
cores: "32"
|
cores: "32"
|
||||||
dependencies: >-
|
dependencies: >-
|
||||||
|
Loading…
Reference in New Issue
Block a user