From 1ddec0d3617b112a20545a73c396eb8a3bfaa78c Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 28 Jun 2023 19:12:19 +0530 Subject: [PATCH] ci: Installing wixtoolset can take a long time, bump the timeout Part-of: --- ci/docker/windows/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker/windows/Dockerfile b/ci/docker/windows/Dockerfile index cbb2021caa..040c77d8b1 100644 --- a/ci/docker/windows/Dockerfile +++ b/ci/docker/windows/Dockerfile @@ -39,7 +39,7 @@ RUN choco install -y 7zip # See https://gitlab.freedesktop.org/gstreamer/cerbero/-/issues/427 RUN choco install -y python3 --version=3.11.2 --installargs 'AssociateFiles=1 PrependPath=1 Include_pip=1 Include_dev=1' RUN choco install -y msys2 --params '/NoPath /NoUpdate /InstallDir:C:\\msys64' -RUN choco install -y wixtoolset +RUN choco install --execution-timeout=3600 -y wixtoolset # Remove MAX_PATH limit of 260 characters RUN New-ItemProperty -Path 'HKLM:\\SYSTEM\\CurrentControlSet\\Control\\FileSystem' `