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 <tomeu.vizoso@collabora.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user