mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
up timeout to give time to build
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user