summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorJesse Natalie <jenatali@microsoft.com>2023-04-05 13:58:28 -0700
committerMarge Bot <emma+marge@anholt.net>2023-04-06 09:14:22 +0000
commit767c5425da673d185dcb1e596d862906aba1c794 (patch)
tree60beb40d2bd786421aabf9d579c4203be2c1bcb1 /.gitlab-ci
parent24fce05f3f941f84a89fe110c4c2ba85f6e961fe (diff)
CI/windows: Increase timeout for build container job
These jobs can take upwards of 40 minutes just to upload the built container images... Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22320>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/container/gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/container/gitlab-ci.yml b/.gitlab-ci/container/gitlab-ci.yml
index f4ac6c1235a..6d95c3c0753 100644
--- a/.gitlab-ci/container/gitlab-ci.yml
+++ b/.gitlab-ci/container/gitlab-ci.yml
@@ -497,6 +497,7 @@ windows_test_vs2019:
MESA_BASE_IMAGE_PATH: *windows_vs_image_path
MESA_BASE_IMAGE_TAG: *windows_vs_image_tag
MESA_BASE_IMAGE: "$CI_REGISTRY_IMAGE/${MESA_BASE_IMAGE_PATH}:${MESA_BASE_IMAGE_TAG}"
+ timeout: 2h 30m
needs:
- windows_vs2019