summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2022-03-11 11:27:15 +0100
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-03-11 19:40:05 +0000
commit2b827948d5f29ac40edfcf4dfb657339ee09aec3 (patch)
tree343a7e917b7bf5c57b3a26f10e446b73a73e7ac5 /.gitlab-ci.yml
parentb76204bf7d48e7b34917b715a8486f408a81a9f2 (diff)
downloadgstreamer-2b827948d5f29ac40edfcf4dfb657339ee09aec3.tar.gz
windows: increase the timeout to create the windows docker image
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1912>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 903eee880b..731a6a809c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -167,6 +167,7 @@ windows amd64 docker:
stage: "build docker"
needs:
- "trigger"
+ timeout: '3h'
variables:
# Unlike the buildah/linux jobs, this file
# needs to be relative to docker/windows/ subdir