Skip to content

Commit 0e8bfe3

Browse files
joaomorenopull[bot]
authored andcommitted
increase build timeout on windows
1 parent 3a6c238 commit 0e8bfe3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/azure-pipelines/product-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,15 @@ stages:
156156
jobs:
157157
- ${{ if eq(parameters.VSCODE_BUILD_WIN32, true) }}:
158158
- job: Windows
159-
timeoutInMinutes: 90
159+
timeoutInMinutes: 120
160160
variables:
161161
VSCODE_ARCH: x64
162162
steps:
163163
- template: win32/product-build-win32.yml
164164

165165
- ${{ if and(eq(variables['VSCODE_CIBUILD'], false), eq(parameters.VSCODE_BUILD_WIN32_32BIT, true)) }}:
166166
- job: Windows32
167-
timeoutInMinutes: 90
167+
timeoutInMinutes: 120
168168
variables:
169169
VSCODE_ARCH: ia32
170170
steps:

0 commit comments

Comments
 (0)