sdedic commented on a change in pull request #2725:
URL: https://github.com/apache/netbeans/pull/2725#discussion_r573864892



##########
File path: 
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/debugging/launch/NbLaunchRequestHandler.java
##########
@@ -161,7 +176,7 @@ private static OutputEventArguments 
convertToOutputEventArguments(String message
     protected void handleTerminatedEvent(DebugAdapterContext context) {
         CompletableFuture.runAsync(() -> {
             try {
-                waitForDebuggeeConsole.get(5, TimeUnit.SECONDS);
+                waitForDebuggeeConsole.get(1, TimeUnit.SECONDS);

Review comment:
       Hi, incidentally I attempted to solve this delay by removing it :) 
completely in apache/netbeans#2754 . See the discussion in that PR.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to