From 526e67194262d26a770c55a86a8a3b9bde1ec487 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Tue, 5 Nov 2024 21:05:55 +0000 Subject: [PATCH 1/2] Increase timeouts for Linux Fuchsia and Linux Web Framework Tests builders These builders have recently been timing out due to LUCI scheduling delays. --- .ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index ddced8bfa9e53..0ac2cd655531f 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -233,7 +233,7 @@ targets: - name: Linux linux_fuchsia recipe: engine_v2/engine_v2 - timeout: 60 + timeout: 90 properties: release_build: "true" config_name: linux_fuchsia @@ -436,7 +436,7 @@ targets: shard: web_tests subshards: >- ["0", "1", "2", "3", "4", "5", "6", "7_last"] - timeout: 60 + timeout: 90 runIf: - DEPS - .ci.yaml From ac993c5e8d030bd29e87d571524c4a21970f7c6f Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Tue, 5 Nov 2024 21:14:59 +0000 Subject: [PATCH 2/2] increase timeout to 120 --- .ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 0ac2cd655531f..c2fa6b8e487a4 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -233,7 +233,7 @@ targets: - name: Linux linux_fuchsia recipe: engine_v2/engine_v2 - timeout: 90 + timeout: 120 properties: release_build: "true" config_name: linux_fuchsia @@ -436,7 +436,7 @@ targets: shard: web_tests subshards: >- ["0", "1", "2", "3", "4", "5", "6", "7_last"] - timeout: 90 + timeout: 120 runIf: - DEPS - .ci.yaml