From dd1c47fe7015d1c66d727bd2d2a8b7e02b8f0f3b Mon Sep 17 00:00:00 2001 From: jesswrd Date: Thu, 31 Jul 2025 13:44:43 -0700 Subject: [PATCH 1/2] extended timeout --- .ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index f22cd9b83e8..61289aaa949 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -407,7 +407,7 @@ targets: - name: Linux_android android_build_all_packages stable recipe: packages/packages - timeout: 30 + timeout: 60 properties: add_recipes_cq: "true" version_file: flutter_stable.version From 6ee31cadf6ba2fbb7e3c49baf0f59e22fc36398f Mon Sep 17 00:00:00 2001 From: stuartmorgan-g Date: Fri, 1 Aug 2025 10:05:04 -0400 Subject: [PATCH 2/2] Change master too --- .ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index 61289aaa949..208528bffb7 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -394,7 +394,7 @@ targets: ### Android tasks ### - name: Linux_android android_build_all_packages master recipe: packages/packages - timeout: 30 + timeout: 60 properties: version_file: flutter_master.version # This builds the all_packages app only in a current JDK.