mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 03:47:56 +00:00
more bump
This commit is contained in:
parent
37ae63bd5e
commit
dbde3101cb
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ steps:
|
|||
set -e
|
||||
DEBUG=*browser* yarn test-browser --sequential --build --browser chromium --browser webkit --browser firefox --tfs "Browser Unit Tests"
|
||||
displayName: Run unit tests (Browser, Chromium & Firefox & Webkit)
|
||||
timeoutInMinutes: 20
|
||||
timeoutInMinutes: 30
|
||||
condition: and(succeeded(), eq(variables['VSCODE_ARCH'], 'x64'), eq(variables['VSCODE_STEP_ON_IT'], 'false'))
|
||||
|
||||
- script: |
|
||||
|
|
Loading…
Reference in a new issue