From a0a3af1a1addac384653147be1ef5a575df042c0 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Tue, 11 Aug 2020 07:17:44 -0500 Subject: [PATCH] ci: Bump timeout for daily build to 3.5 hours In an attempt to get the daily builds to complete, but the timeout for them to 3.5 hours. Signed-off-by: Kumar Gala --- .buildkite/daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/daily.yml b/.buildkite/daily.yml index 1a171f10663..6172ce7b82c 100644 --- a/.buildkite/daily.yml +++ b/.buildkite/daily.yml @@ -5,7 +5,7 @@ steps: ZEPHYR_TOOLCHAIN_VARIANT: "zephyr" ZEPHYR_SDK_INSTALL_DIR: "/opt/sdk/zephyr-sdk-0.11.3" parallelism: 120 - timeout_in_minutes: 150 + timeout_in_minutes: 210 retry: manual: true plugins: