.buildkite: Increase timeout + jobs (DNM)

Increase timeout to allow testing completion on all impacted boards
Slightly Increase jobs as well

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2021-06-11 10:38:04 +02:00 committed by Carles Cufí
commit 773b5d85d0

View file

@ -4,8 +4,8 @@ steps:
env:
ZEPHYR_TOOLCHAIN_VARIANT: "zephyr"
ZEPHYR_SDK_INSTALL_DIR: "/opt/toolchains/zephyr-sdk-0.12.4"
parallelism: 20
timeout_in_minutes: 180
parallelism: 25
timeout_in_minutes: 300
retry:
manual: true
plugins: