Skip to content

Commit

Permalink
Increase timeout for rebase test
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Mar 10, 2025
1 parent aba9d60 commit f4689da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/src/test/suite/workspace.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ suite("Workspace", () => {
}

// Give enough time for all watchers to fire and all debounces to run off
await new Promise((resolve) => setTimeout(resolve, 6000));
await new Promise((resolve) => setTimeout(resolve, 10000));

startStub.restore();
restartSpy.restore();
Expand Down

0 comments on commit f4689da

Please sign in to comment.