From c7df7b1cce8140bf55e4f986c71bd92dfbc2ef5b Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Thu, 31 Oct 2024 10:00:50 -0700 Subject: [PATCH] Add `timeout` to `local_engine`. (flutter/engine#56271) See https://ci.chromium.org/ui/p/flutter/builders/luci.flutter.prod/Linux%20local_engine_builds. --- engine/src/flutter/.ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/src/flutter/.ci.yaml b/engine/src/flutter/.ci.yaml index 793fb4a6d0..448d669382 100644 --- a/engine/src/flutter/.ci.yaml +++ b/engine/src/flutter/.ci.yaml @@ -52,6 +52,8 @@ targets: recipe: engine_v2/engine_v2 properties: config_name: local_engine + # local_engine schedules a bunch of other builds, so it's likely to timeout waiting for those builds to run. + timeout: 180 - name: Linux linux_android_emulator_tests bringup: true