1
0
Fork 0
mirror of synced 2024-10-01 17:58:02 +13:00

Increase sleep

This commit is contained in:
Jake Barnby 2023-06-15 17:40:36 +12:00
parent 9903897373
commit 813e0d6c6c
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -1294,7 +1294,7 @@ class RealtimeCustomClientTest extends Scope
$this->assertNotEmpty($deployment['body']['$id']);
// Wait for deployment to be built.
sleep(5);
sleep(10);
$response = $this->client->call(Client::METHOD_PATCH, '/functions/' . $functionId . '/deployments/' . $deploymentId, array_merge([
'content-type' => 'application/json',