diff --git a/tests/e2e/Services/Functions/XFunctionsCustomClientTest.php b/tests/e2e/Services/Functions/XFunctionsCustomClientTest.php index 6d054a05a5..cdeb9e1a7c 100644 --- a/tests/e2e/Services/Functions/XFunctionsCustomClientTest.php +++ b/tests/e2e/Services/Functions/XFunctionsCustomClientTest.php @@ -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,