up timeout to give time to build

This commit is contained in:
Tyler Leonhardt
2022-01-13 11:45:14 -08:00
parent cdfeb055aa
commit 0f8ae22ade
2 changed files with 2 additions and 1 deletions
@@ -2,4 +2,4 @@
set -e
echo "Installing remote dependencies"
(cd remote && rm -rf node_modules && yarn)
(cd remote && rm -rf node_modules && yarn --verbose)
+1
View File
@@ -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: