Add debugging stuff

This commit is contained in:
kodumbeats
2021-03-12 07:44:11 -05:00
parent bbc353359c
commit 1e12c66ea3
@@ -180,7 +180,10 @@ class FunctionsCustomClientTest extends Scope
$this->assertEquals(201, $execution['headers']['status-code']);
sleep(20);
fwrite(STDERR, ".");
sleep(60);
fwrite(STDERR, ".");
$executions = $this->client->call(Client::METHOD_GET, '/functions/'.$functionId.'/executions', [
'content-type' => 'application/json',
'x-appwrite-project' => $projectId,