Skip to content

Commit

Permalink
Reduce the sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Nov 10, 2020
1 parent 10ad7eb commit 3fc5069
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public DaemonClientConnection startDaemon() {
return daemonConnection;
}
try {
sleep(200L);
sleep(10L);
} catch (InterruptedException e) {
throw new DaemonException.InterruptedException(e);
}
Expand Down

0 comments on commit 3fc5069

Please sign in to comment.