Reduce the sleep time

This commit is contained in:
Guillaume Nodet
2020-11-10 18:26:31 +01:00
parent a96616a751
commit e40d2bbf26

View File

@@ -232,7 +232,7 @@ public class DaemonConnector {
return daemonConnection;
}
try {
sleep(200L);
sleep(10L);
} catch (InterruptedException e) {
throw new DaemonException.InterruptedException(e);
}