Skip to content

Commit

Permalink
decrease timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Hweinstock committed Nov 11, 2024
1 parent 1915516 commit 3e11dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/test/testUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ export async function closeAllEditors(): Promise<void> {
return visibleEditors.length === 0
},
{
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.
interval: 250,
truthy: true,
}
Expand Down

0 comments on commit 3e11dd3

Please sign in to comment.