diff --git a/tests/ReverbTestCase.php b/tests/ReverbTestCase.php index f8c517e2..e9ae48bc 100644 --- a/tests/ReverbTestCase.php +++ b/tests/ReverbTestCase.php @@ -251,7 +251,7 @@ public function messagePromise(WebSocket $connection) $promise->resolve((string) $message); }); - return timeout($promise->promise(), 1, $this->loop) + return timeout($promise->promise(), 2, $this->loop) ->then( fn ($message) => $message, fn (TimeoutException $error) => false