From 9ca031b4a844b2ef424dfde7bebac3ac1cdd85e0 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 14 Jul 2023 18:50:07 +0100 Subject: [PATCH] broadcom/ci: reduce v3d-rpi4-gl timeout to 30min (instead of 1h) This means that when things go wrong, we don't hold the runner (and Marge) for as long, while still having a 2x margin over the usual run time. Signed-off-by: Eric Engestrom Part-of: --- src/broadcom/ci/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/broadcom/ci/gitlab-ci.yml b/src/broadcom/ci/gitlab-ci.yml index 5dab921..2af32d9 100644 --- a/src/broadcom/ci/gitlab-ci.yml +++ b/src/broadcom/ci/gitlab-ci.yml @@ -102,6 +102,7 @@ v3d-rpi4-gl:arm32: - .v3d-rules tags: - igalia-rpi4 + timeout: 30m # standard run time between 8 and 11 minutes parallel: 10 variables: GPU_VERSION: broadcom-rpi4 -- 2.7.4