Module: Mesa
Branch: main
Commit: bdebef9215b1fd0358aed9f21fe911b3436edbc0
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=bdebef9215b1fd0358aed9f21fe911b3436edbc0

Author: Eric Engestrom <[email protected]>
Date:   Wed May 24 10:45:00 2023 +0100

ci/b2c: increase timeout to 5 minutes

We've been trying to get podman to output its progress while it downloads
images so that we don't think it's stuck, but until we manage to do that,
a longer timeout means fewer inaccurate timeouts.

Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Daniel Stone <[email protected]>
Reviewed-by: Martin Roukala (nĂ© Peres) <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23206>

---

 .gitlab-ci/test/gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml
index 16c2439f37b..e413e2ffc05 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: 0
     B2C_TIMEOUT_FIRST_MINUTES: 5
     B2C_TIMEOUT_FIRST_RETRIES: 3
-    B2C_TIMEOUT_MINUTES: 4
+    B2C_TIMEOUT_MINUTES: 5
     B2C_TIMEOUT_OVERALL_MINUTES: 90
     B2C_TIMEOUT_RETRIES: 0
 

Reply via email to