1
0
Fork 0
mirror of synced 2024-09-28 07:21:35 +12:00

Increase sleep

This commit is contained in:
Jake Barnby 2024-06-06 20:52:22 +12:00
parent 9e487b8ccf
commit c87a6a863b
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -988,7 +988,7 @@ class FunctionsCustomServerTest extends Scope
$this->assertEquals($executions['body']['executions'][0]['logs'], '');
$this->assertStringContainsString('timed out', $executions['body']['executions'][0]['errors']);
sleep(70); //wait for scheduled execution to be created and time out
sleep(75); // Wait for scheduled execution to be created and time out
$executions = $this->client->call(Client::METHOD_GET, '/functions/' . $functionId . '/executions', array_merge([
'content-type' => 'application/json',