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:
Loïc Sharma 2023-02-16 17:35:29 -08:00 committed by GitHub
parent 9fcaaebb52
commit 00c0a07fa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -303,7 +303,7 @@ targets:
- name: Linux docs_publish
recipe: flutter/flutter
presubmit: false
timeout: 90
timeout: 90 # https://github.com/flutter/flutter/issues/120901
properties:
cores: "32"
dependencies: >-
@ -321,7 +321,7 @@ targets:
- name: Linux docs_test
recipe: flutter/flutter
timeout: 60
timeout: 90 # https://github.com/flutter/flutter/issues/120901
properties:
cores: "32"
dependencies: >-