1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

chore: flaky function test

This commit is contained in:
Christy Jacob 2024-06-25 09:30:59 +00:00
parent 7b63f68fc3
commit c774b952de

View file

@ -166,7 +166,7 @@ class FunctionsCustomClientTest extends Scope
$this->assertEquals(202, $execution['headers']['status-code']);
// Wait for the first scheduled execution to be created
sleep(65);
sleep(90);
$executions = $this->client->call(Client::METHOD_GET, '/functions/' . $function['body']['$id'] . '/executions', [
'content-type' => 'application/json',