1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

updated timeout

This commit is contained in:
Eldad Fux 2021-01-02 08:49:20 +02:00
parent c9cd5b848a
commit 01b0fcf99c

View file

@ -683,7 +683,7 @@ class FunctionsCustomServerTest extends Scope
$executionId = $execution['body']['$id'] ?? '';
$this->assertEquals(201, $execution['headers']['status-code']);
sleep(7);
sleep(15);
$executions = $this->client->call(Client::METHOD_GET, '/functions/'.$functionId.'/executions', array_merge([
'content-type' => 'application/json',