diff --git a/tests/e2e/Services/Realtime/RealtimeCustomClientTest.php b/tests/e2e/Services/Realtime/RealtimeCustomClientTest.php index 65a772e42b..6412933ee4 100644 --- a/tests/e2e/Services/Realtime/RealtimeCustomClientTest.php +++ b/tests/e2e/Services/Realtime/RealtimeCustomClientTest.php @@ -180,7 +180,7 @@ class RealtimeCustomClientTest extends Scope */ $client = $this->getWebsocket(['account'], [ 'origin' => 'http://localhost' - ]); + ], timeout: 10); $assertResponseEventually = function (callable $assertion) use ($client): void { $this->assertEventually(function () use ($client, $assertion) { $response = \json_decode($client->receive(), true);