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

Updated timeout

This commit is contained in:
Eldad Fux 2020-08-01 08:21:42 +03:00
parent c14a017dd3
commit 7c3cbdae85

View file

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