From 1e12c66ea33f6226dff019f6eae0613d8f6eddcc Mon Sep 17 00:00:00 2001 From: kodumbeats Date: Fri, 12 Mar 2021 07:44:11 -0500 Subject: [PATCH] Add debugging stuff --- tests/e2e/Services/Functions/XFunctionsCustomClientTest.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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,