Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 562a4d0

Browse files
author
Raül Pérez
committed
.
1 parent d43177e commit 562a4d0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/Util/ListeningServerStub.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
require 'vendor/autoload.php';
66

7-
use Nats\tests\Util\ClientServerStub;
8-
97
class ListeningServerStub
108
{
119
protected $client;
@@ -58,7 +56,7 @@ public function getSock()
5856
} else {
5957
$line = "PING";
6058
socket_write($server->getSock(), $line);
61-
time_nanosleep(0, 20000);
59+
time_nanosleep(1, 20000);
6260
continue;
6361

6462
}

0 commit comments

Comments
 (0)