Skip to content

Commit

Permalink
Change time out to 5 second
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed Oct 4, 2024
1 parent 1b36762 commit b112b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/common/terminal/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export class TerminalService implements ITerminalService, Disposable {
resolve(true);
},
);
const TIMEOUT_DURATION = 3000;
const TIMEOUT_DURATION = 500;
setTimeout(() => {
this.executeCommandListeners.add(shellIntegrationChangeEventListener);
resolve(true);
Expand Down

0 comments on commit b112b93

Please sign in to comment.