1
0
Fork 0
mirror of synced 2024-07-18 04:45:48 +12:00

Merge pull request #8317 from appwrite/fix-flaky-function-test

Fix flaky function test
This commit is contained in:
Jake Barnby 2024-06-25 13:35:00 +12:00 committed by GitHub
commit 83cb303f03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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