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 43299f3 commit 82d6b51Copy full SHA for 82d6b51
packages/core/src/test/testUtil.ts
@@ -506,7 +506,7 @@ export async function closeAllEditors(): Promise<void> {
506
return editors.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