Skip to content

Commit 3f96d01

Browse files
committed
test: harden multi-root e2e startup wait
1 parent fcc317b commit 3f96d01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/vscode-e2e/src/suite/multi-root-read-file-content.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ suite("Multi-root readFileContent repro", function () {
1313

1414
test("should read a file that exists only in the secondary workspace root", async () => {
1515
await waitFor(() => (vscode.workspace.workspaceFolders?.length ?? 0) >= 2, {
16-
timeout: 15_000,
17-
interval: 100,
16+
timeout: 60_000,
17+
interval: 250,
1818
})
1919

2020
const primaryWorkspace = vscode.workspace.workspaceFolders?.[0]

0 commit comments

Comments
 (0)