tests: fix timeout

This commit is contained in:
Torsten Dittmann
2022-05-12 19:55:48 +02:00
parent f45919aef4
commit 684beb3cb5
@@ -747,7 +747,7 @@ class FunctionsCustomServerTest extends Scope
$this->assertEquals(201, $execution['headers']['status-code']);
sleep(5);
sleep(10);
$executions = $this->client->call(Client::METHOD_GET, '/functions/'.$functionId.'/executions', array_merge([
'content-type' => 'application/json',