From 5af6dc5c7b8b4b7dc18b459e419863f1db6e0e70 Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Mon, 8 May 2023 17:13:06 -0700 Subject: [PATCH] Increase timeout of orchestrator. Increase timeout of the orchestrator to ensure it has enough time to process the subbuild results with a 1h timeout. --- .ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index b10e23ecd1ee8..298507e1628ba 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -307,7 +307,7 @@ targets: - name: Linux linux_web_engine recipe: engine_v2/engine_v2 - timeout: 60 + timeout: 70 properties: release_build: "true" config_name: linux_web_engine