buildkite: Increase timeout

Some jobs require more than 120 minutes to complete.
But 180 appears to be long enough.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2020-07-16 09:13:12 +02:00 committed by Ioannis Glaropoulos
commit 60f1d70fa3

View file

@ -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: