From 8b18dde77fa59ba7f87540c05d1aba787198e77a Mon Sep 17 00:00:00 2001 From: Mouad Debbar Date: Thu, 29 May 2025 09:35:15 -0400 Subject: [PATCH] Reduce some CI timeouts (#169512) - `Linux docs_test`: Has been running consistently under 25m, while timeout was set at 90m. - `Linux coverage`: Has been running consistently under 1.2h (~75m), while timeout was set at 120m. --- .ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 7ad58fcc96e..f6a85130f01 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -394,7 +394,7 @@ targets: bringup: true # https://github.com/flutter/flutter/issues/164591 presubmit: false recipe: flutter/coverage - timeout: 120 + timeout: 90 enabled_branches: # Don't run this on release branches - master @@ -617,7 +617,7 @@ targets: - name: Linux docs_test recipe: flutter/flutter_drone - timeout: 90 # https://github.com/flutter/flutter/issues/120901 + timeout: 30 properties: cores: "32" dependencies: >-