From 0f8ae22ade0cea983bc41484b6396ac8f7c4cce6 Mon Sep 17 00:00:00 2001 From: Tyler Leonhardt Date: Thu, 13 Jan 2022 11:45:14 -0800 Subject: [PATCH] up timeout to give time to build --- build/azure-pipelines/linux/alpine/install-dependencies.sh | 2 +- build/azure-pipelines/product-build.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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: