diff --git a/src/console/ConsoleReaderThread.php b/src/console/ConsoleReaderThread.php index afd1eedf0..6d56c0f41 100644 --- a/src/console/ConsoleReaderThread.php +++ b/src/console/ConsoleReaderThread.php @@ -97,7 +97,7 @@ final class ConsoleReaderThread extends Thread{ if($sub === false){ throw new AssumptionFailedError("Something has gone horribly wrong"); } - $client = stream_socket_accept($server); + $client = stream_socket_accept($server, 15); if($client === false){ throw new AssumptionFailedError("stream_socket_accept() returned false"); }