1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Updated wait times

This commit is contained in:
Eldad Fux 2020-12-11 11:24:08 +02:00
parent 1f253c717e
commit e5d03af89f

View file

@ -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',