Skip to content

Commit 520a684

Browse files
committed
ci: vscode infra download retryability
1 parent 7204170 commit 520a684

5 files changed

Lines changed: 97 additions & 88 deletions

File tree

package-lock.json

Lines changed: 7 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/playwright-vscode-ext/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"dependencies": {
1010
"@playwright/test": "^1.57.0",
1111
"@vscode/test-electron": "2.5.2",
12-
"@vscode/test-web": "^0.0.78"
12+
"@vscode/test-web": "^0.0.78",
13+
"effect": "^3.20.0"
1314
},
1415
"devDependencies": {
1516
"@salesforce/core": "^8.27.0"

packages/playwright-vscode-ext/src/config/createWebConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const createWebConfig = (options: WebConfigOptions = {}) =>
6161
webServer: {
6262
command: 'node out/test/playwright/web/headlessServer.js',
6363
url: 'http://localhost:3001',
64-
timeout: 120 * 1000,
64+
timeout: 300 * 1000,
6565
// Always start fresh. Reusing run:web (port 3001) causes EPIPE/premature close when test process
6666
// expects to control the server lifecycle.
6767
reuseExistingServer: false

0 commit comments

Comments
 (0)