From 00c0a07fa30372292a8d2e40790e5a6628e7d77f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Sharma?= <737941+loic-sharma@users.noreply.github.com> Date: Thu, 16 Feb 2023 17:35:29 -0800 Subject: [PATCH] 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 --- .ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 42bf8f6e097..1d0e2a80300 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -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: >-