From 0efc0f8edc6750003df0eea4ec1dcfa1eeb68485 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Fri, 6 Sep 2019 16:17:26 +0200 Subject: [PATCH] panfrost/ci: Increase timeouts Sometimes LAVA jobs will timeout due to transient issues, and the Gitlab job will fail in that case. Increase the timeouts to reduce the likeliness of that happening and reduce false positives. Signed-off-by: Tomeu Vizoso --- src/gallium/drivers/panfrost/ci/lava-deqp.yml.jinja2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/panfrost/ci/lava-deqp.yml.jinja2 b/src/gallium/drivers/panfrost/ci/lava-deqp.yml.jinja2 index a6edb4e7a52..a975c1b4632 100644 --- a/src/gallium/drivers/panfrost/ci/lava-deqp.yml.jinja2 +++ b/src/gallium/drivers/panfrost/ci/lava-deqp.yml.jinja2 @@ -13,7 +13,7 @@ visibility: public actions: - deploy: timeout: - minutes: 2 + minutes: 10 to: tftp kernel: url: {{ base_artifacts_url }}/{{ kernel_image_name }} @@ -32,7 +32,7 @@ actions: - '#' - test: timeout: - minutes: 40 + minutes: 60 definitions: - repository: metadata: -- 2.30.2