1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Updated test timeout

This commit is contained in:
Eldad Fux 2020-08-01 07:56:22 +03:00
parent f290ee93f4
commit db7f58d356

View file

@ -309,7 +309,7 @@ class FunctionsConsoleServerTest extends Scope
$this->assertEquals('', $execution['body']['stderr']);
$this->assertEquals(0, $execution['body']['time']);
sleep(10);
sleep(15);
$execution = $this->client->call(Client::METHOD_GET, '/functions/'.$data['functionId'].'/executions/'.$executionId, array_merge([
'content-type' => 'application/json',