From 2b827948d5f29ac40edfcf4dfb657339ee09aec3 Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Fri, 11 Mar 2022 11:27:15 +0100 Subject: [PATCH] windows: increase the timeout to create the windows docker image Part-of: --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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