We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1915516 commit 3e11dd3Copy full SHA for 3e11dd3
packages/core/src/test/testUtil.ts
@@ -506,7 +506,7 @@ export async function closeAllEditors(): Promise<void> {
506
return visibleEditors.length === 0
507
},
508
{
509
- timeout: 5000, // Arbitrary values. Should succeed except when VS Code is lagging heavily.
+ timeout: 1000, // Arbitrary values. Should succeed except when VS Code is lagging heavily.
510
interval: 250,
511
truthy: true,
512
}
0 commit comments