summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@gmail.com>2021-01-27 15:21:37 +0100
committerMarge Bot <eric+marge@anholt.net>2021-01-29 17:54:56 +0000
commit0ef1f418bb94d61cff76c4724b079059fb89906b (patch)
treec5fe0c3e3844ccbc2781ff956504df1e079e79e2
parentd76f51d6fd6084ba7cac74528faf370604f15de2 (diff)
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 <erik.faye-lund@collabora.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8740>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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