Skip to content

Commit b77fecf

Browse files
committed
Increase darwin timeout temporarily
1 parent 1b0d0d0 commit b77fecf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build/azure-pipelines/darwin/product-build-darwin-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ steps:
103103
set -e
104104
VSCODE_REMOTE_SERVER_PATH="$(agent.builddirectory)/vscode-reh-web-darwin-$(VSCODE_ARCH)" \
105105
yarn smoketest-no-compile --web --tracing --headless
106-
timeoutInMinutes: 20
106+
timeoutInMinutes: 30
107107
displayName: Run smoke tests (Browser, Chromium)
108108
109109
- ${{ if eq(parameters.VSCODE_RUN_SMOKE_TESTS, true) }}:
@@ -112,7 +112,7 @@ steps:
112112
APP_ROOT=$(agent.builddirectory)/VSCode-darwin-$(VSCODE_ARCH)
113113
APP_NAME="`ls $APP_ROOT | head -n 1`"
114114
yarn smoketest-no-compile --tracing --build "$APP_ROOT/$APP_NAME"
115-
timeoutInMinutes: 20
115+
timeoutInMinutes: 30
116116
displayName: Run smoke tests (Electron)
117117
118118
- ${{ if eq(parameters.VSCODE_RUN_SMOKE_TESTS, true) }}:
@@ -123,7 +123,7 @@ steps:
123123
APP_NAME="`ls $APP_ROOT | head -n 1`"
124124
VSCODE_REMOTE_SERVER_PATH="$(agent.builddirectory)/vscode-reh-darwin-$(VSCODE_ARCH)" \
125125
yarn smoketest-no-compile --tracing --remote --build "$APP_ROOT/$APP_NAME"
126-
timeoutInMinutes: 20
126+
timeoutInMinutes: 30
127127
displayName: Run smoke tests (Remote)
128128
129129
- ${{ if eq(parameters.VSCODE_RUN_SMOKE_TESTS, true) }}:

0 commit comments

Comments
 (0)