From ccac2e94fe7e14850c75b4d7f383ea970fc73ec0 Mon Sep 17 00:00:00 2001 From: ArnabChatterjee20k Date: Fri, 17 Apr 2026 15:36:42 +0530 Subject: [PATCH] updated timeout --- tests/e2e/Services/Realtime/RealtimeCustomClientTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);