diff mbox series

[PULL,06/14] gitlab-ci: Extend timeout for ubuntu-20.04-s390x-all to 75m

Message ID 20220705103816.608166-7-thuth@redhat.com
State New
Headers show
Series [PULL,01/14] tests: fix test-cutils leaks | expand

Commit Message

Thomas Huth July 5, 2022, 10:38 a.m. UTC
From: Richard Henderson <richard.henderson@linaro.org>

Recent runs have been taking just over the 60m default.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220606182436.410053-1-richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 .gitlab-ci.d/custom-runners/ubuntu-20.04-s390x.yml | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.gitlab-ci.d/custom-runners/ubuntu-20.04-s390x.yml b/.gitlab-ci.d/custom-runners/ubuntu-20.04-s390x.yml
index 4f292a8a5b..9f1fe9e7dc 100644
--- a/.gitlab-ci.d/custom-runners/ubuntu-20.04-s390x.yml
+++ b/.gitlab-ci.d/custom-runners/ubuntu-20.04-s390x.yml
@@ -31,6 +31,7 @@  ubuntu-20.04-s390x-all:
  - s390x
  variables:
     DFLTCC: 0
+ timeout: 75m
  rules:
  - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/'
  - if: "$S390X_RUNNER_AVAILABLE"