Updated tests

This commit is contained in:
Eldad Fux
2020-08-01 07:41:15 +03:00
parent ecfa8a9c54
commit f290ee93f4
@@ -309,7 +309,7 @@ class FunctionsConsoleServerTest extends Scope
$this->assertEquals('', $execution['body']['stderr']);
$this->assertEquals(0, $execution['body']['time']);
sleep(5);
sleep(10);
$execution = $this->client->call(Client::METHOD_GET, '/functions/'.$data['functionId'].'/executions/'.$executionId, array_merge([
'content-type' => 'application/json',