[Mesa-dev] [PATCH] panfrost/ci: Increase timeouts
Tomeu Vizoso
tomeu.vizoso at collabora.com
Fri Sep 6 14:18:30 UTC 2019
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 <tomeu.vizoso at collabora.com>
---
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 a6edb4e7a524..a975c1b4632e 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.20.1
More information about the mesa-dev
mailing list