From 60f1d70fa3b0b3ad6736759b6750e3c0acc15a8c Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Thu, 16 Jul 2020 09:13:12 +0200 Subject: [PATCH] buildkite: Increase timeout Some jobs require more than 120 minutes to complete. But 180 appears to be long enough. Signed-off-by: Erwan Gouriou --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index ffe699e514a..935a81ee2a9 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -5,7 +5,7 @@ steps: ZEPHYR_TOOLCHAIN_VARIANT: "zephyr" ZEPHYR_SDK_INSTALL_DIR: "/opt/sdk/zephyr-sdk-0.11.3" parallelism: 20 - timeout_in_minutes: 120 + timeout_in_minutes: 180 retry: manual: true plugins: