From e5d03af89f84cb438b41034cefa935fdd780e2ba Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 11 Dec 2020 11:24:08 +0200 Subject: [PATCH] Updated wait times --- tests/e2e/Services/Functions/FunctionsCustomServerTest.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php index aaf581ebbb..52e193eb6d 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php @@ -17,7 +17,6 @@ class FunctionsCustomServerTest extends Scope public function testCreate():array { - sleep(25); /** * Test for SUCCESS */ @@ -454,8 +453,6 @@ class FunctionsCustomServerTest extends Scope public function testENVS():array { - sleep(25); - /** * Test for SUCCESS */ @@ -557,7 +554,7 @@ class FunctionsCustomServerTest extends Scope $executionId = $execution['body']['$id'] ?? ''; $this->assertEquals(201, $execution['headers']['status-code']); - sleep(20); + sleep(5); $executions = $this->client->call(Client::METHOD_GET, '/functions/'.$functionId.'/executions', array_merge([ 'content-type' => 'application/json',