ci/b2c: increase the console timeout to 4 minutes
authorMartin Roukala (né Peres) <martin.roukala@mupuf.org>
Fri, 17 Mar 2023 06:55:59 +0000 (08:55 +0200)
committerMarge Bot <emma+marge@anholt.net>
Fri, 17 Mar 2023 22:27:01 +0000 (22:27 +0000)
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>

.gitlab-ci/test/gitlab-ci.yml

index 5dd2780..2af13db 100644 (file)
@@ -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