test: smaller sleep

This commit is contained in:
loks0n
2024-07-18 13:12:39 +01:00
parent f02bf6ac5a
commit d0a0329cc8
@@ -289,7 +289,7 @@ class FunctionsCustomClientTest extends Scope
$executionId = $execution['body']['$id'];
sleep(20);
sleep(15);
$execution = $this->client->call(Client::METHOD_GET, '/functions/' . $function['body']['$id'] . '/executions/' . $executionId, [
'content-type' => 'application/json',