Skip to content

Commit 82d6b51

Browse files
committed
try decreasing timeout to see if cause
1 parent 43299f3 commit 82d6b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/testUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ export async function closeAllEditors(): Promise<void> {
506506
return editors.length === 0
507507
},
508508
{
509-
timeout: 5000, // Arbitrary values. Should succeed except when VS Code is lagging heavily.
509+
timeout: 1000, // Arbitrary values. Should succeed except when VS Code is lagging heavily.
510510
interval: 250,
511511
truthy: true,
512512
}

0 commit comments

Comments
 (0)