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

Changed sleep time

This commit is contained in:
Eldad Fux 2021-01-12 00:45:01 +02:00
parent 86d43a32ef
commit 798c902e07

View file

@ -530,8 +530,6 @@ class FunctionsCustomServerTest extends Scope
],
];
sleep(20);
foreach ($envs as $key => $env) {
$language = $env['language'] ?? '';
$version = $env['version'] ?? '';
@ -593,7 +591,7 @@ class FunctionsCustomServerTest extends Scope
$executionId = $execution['body']['$id'] ?? '';
$this->assertEquals(201, $execution['headers']['status-code']);
sleep(20);
sleep(30);
$executions = $this->client->call(Client::METHOD_GET, '/functions/'.$functionId.'/executions', array_merge([
'content-type' => 'application/json',