1
0
Fork 0
mirror of synced 2024-06-13 16:24:47 +12:00

tests: fix timeout

This commit is contained in:
Torsten Dittmann 2022-05-12 19:55:48 +02:00
parent f45919aef4
commit 684beb3cb5

View file

@ -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',