diff --git a/build/azure-pipelines/linux/alpine/install-dependencies.sh b/build/azure-pipelines/linux/alpine/install-dependencies.sh index 1d2a2325490..f849b3acef2 100755 --- a/build/azure-pipelines/linux/alpine/install-dependencies.sh +++ b/build/azure-pipelines/linux/alpine/install-dependencies.sh @@ -2,4 +2,4 @@ set -e echo "Installing remote dependencies" -(cd remote && rm -rf node_modules && yarn) \ No newline at end of file +(cd remote && rm -rf node_modules && yarn --verbose) diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml index 022cabd443d..d07a752e77e 100644 --- a/build/azure-pipelines/product-build.yml +++ b/build/azure-pipelines/product-build.yml @@ -254,6 +254,7 @@ stages: - ${{ if and(eq(variables['VSCODE_CIBUILD'], false), eq(parameters.VSCODE_BUILD_LINUX_ALPINE_ARM64, true)) }}: - job: LinuxAlpineArm64 + timeoutInMinutes: 120 variables: VSCODE_ARCH: arm64 steps: