Skip to content

Commit

Permalink
Return disconnect response in 500ms (#322)
Browse files Browse the repository at this point in the history
Signed-off-by: Jinbo Wang <[email protected]>
  • Loading branch information
testforstephen authored Feb 19, 2020
1 parent 58d0277 commit fc691fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ private void destroyLaunchFiles(IDebugAdapterContext context) {
}

try {
TimeUnit.SECONDS.sleep(1);
TimeUnit.MILLISECONDS.sleep(100);
} catch (InterruptedException e) {
// do nothing.
}
Expand Down

0 comments on commit fc691fd

Please sign in to comment.