Skip to content

Commit

Permalink
Changed timeout duration
Browse files Browse the repository at this point in the history
  • Loading branch information
tcvdh authored Feb 19, 2025
1 parent 37ac155 commit d22a33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/api/node/extHostDebugService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export class ExtHostDebugService extends ExtHostDebugServiceBase {
resolve();
}
}));
ds.add(disposableTimeout(resolve, 5000)); // 5s timeout to ensure we resolve
ds.add(disposableTimeout(resolve, 500)); // 500ms timeout to ensure we resolve
});

ds.dispose();
Expand Down

0 comments on commit d22a33c

Please sign in to comment.