summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorMartin Roukala (né Peres) <martin.roukala@mupuf.org>2023-03-17 08:55:59 +0200
committerMarge Bot <emma+marge@anholt.net>2023-03-17 22:27:01 +0000
commita882cf09c35c4dc23f1857df5966fe1af28231bd (patch)
tree84bc474b23d4be392d39840ba2dcd4e8cf723305 /.gitlab-ci
parentd3c1cc926103aae3b16568873d0bd5e592ab7f15 (diff)
ci/b2c: increase the console timeout to 4 minutes
When downloading new containers, we can often trip the 2 minutes console activity timeout. This will be improved in the next b2c version[1] but let's increase it until we address it. [1] https://gitlab.freedesktop.org/mupuf/boot2container/-/issues/51 Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21983>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/test/gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml
index 5dd27805d29..2af13db6a1a 100644
--- a/.gitlab-ci/test/gitlab-ci.yml
+++ b/.gitlab-ci/test/gitlab-ci.yml
@@ -253,7 +253,7 @@ clang-format:
B2C_TIMEOUT_BOOT_RETRIES: 1
B2C_TIMEOUT_FIRST_MINUTES: 5
B2C_TIMEOUT_FIRST_RETRIES: 3
- B2C_TIMEOUT_MINUTES: 2
+ B2C_TIMEOUT_MINUTES: 4
B2C_TIMEOUT_OVERALL_MINUTES: 90
B2C_TIMEOUT_RETRIES: 0