From 0ef1f418bb94d61cff76c4724b079059fb89906b Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Wed, 27 Jan 2021 15:21:37 +0100 Subject: CI: windows: augment the timeout of building the windows container https://gitlab.freedesktop.org/mesa/mesa/-/jobs/6898838 failed at uploading the containers but got kicked out right before being able to give us a valid error. Bump the timeout for windows container builds, to not have this unfortunate situation. Reviewed-by: Erik Faye-Lund Reviewed-by: Daniel Stone Signed-off-by: Benjamin Tissoires Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c97e3c5433..70990481ef1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -456,7 +456,7 @@ windows_build_vs2019: stage: container variables: GIT_STRATEGY: fetch # we do actually need the full repository though - timeout: 2h # LLVM + piglit takes ages + timeout: 2h 30m # LLVM + piglit takes ages tags: - windows - shell -- cgit v1.2.3