mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
updated timeout
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user