updated timeout

This commit is contained in:
ArnabChatterjee20k
2026-04-17 15:36:42 +05:30
parent 4a374b41b8
commit ccac2e94fe
@@ -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);