1
0
Fork 0
mirror of synced 2024-08-04 04:52:03 +12:00

test: increase delay

This commit is contained in:
loks0n 2024-06-13 13:41:37 +01:00
parent a83d125f54
commit dff9bed882

View file

@ -260,7 +260,7 @@ class FunctionsCustomClientTest extends Scope
$executionId = $execution['body']['$id']; $executionId = $execution['body']['$id'];
\sleep(12); \sleep(20);
$execution = $this->client->call(Client::METHOD_GET, '/functions/' . $function['body']['$id'] . '/executions/' . $executionId, [ $execution = $this->client->call(Client::METHOD_GET, '/functions/' . $function['body']['$id'] . '/executions/' . $executionId, [
'content-type' => 'application/json', 'content-type' => 'application/json',