1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Correct sleep time

This commit is contained in:
kodumbeats 2021-03-11 13:47:44 -05:00
parent 59b6c6efb8
commit 5a4afd1cc5

View file

@ -180,7 +180,7 @@ class FunctionsCustomClientTest extends Scope
$this->assertEquals(201, $execution['headers']['status-code']); $this->assertEquals(201, $execution['headers']['status-code']);
sleep(); sleep(5);
$executions = $this->client->call(Client::METHOD_GET, '/functions/'.$functionId.'/executions', [ $executions = $this->client->call(Client::METHOD_GET, '/functions/'.$functionId.'/executions', [
'content-type' => 'application/json', 'content-type' => 'application/json',
'x-appwrite-project' => $projectId, 'x-appwrite-project' => $projectId,