diff options
author | Tomeu Vizoso <[email protected]> | 2019-09-06 16:17:26 +0200 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2019-09-06 16:35:16 +0200 |
commit | 0efc0f8edc6750003df0eea4ec1dcfa1eeb68485 (patch) | |
tree | 2521b166fba9e08af33c3469f4e9030dd785eb2b | |
parent | 8a5dd61828f8a94316591097a1109cc2c833e0d8 (diff) |
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 <[email protected]>
-rw-r--r-- | src/gallium/drivers/panfrost/ci/lava-deqp.yml.jinja2 | 4 |
1 files 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: |