File tree Expand file tree Collapse file tree
build/azure-pipelines/darwin Expand file tree Collapse file tree Original file line number Diff line number Diff 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) }} :
You can’t perform that action at this time.
0 commit comments