mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-10 21:22:03 +00:00
Reduce the sleep time
This commit is contained in:
@@ -232,7 +232,7 @@ public class DaemonConnector {
|
||||
return daemonConnection;
|
||||
}
|
||||
try {
|
||||
sleep(200L);
|
||||
sleep(10L);
|
||||
} catch (InterruptedException e) {
|
||||
throw new DaemonException.InterruptedException(e);
|
||||
}
|
||||
|
Reference in New Issue
Block a user