1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

debug timeout

This commit is contained in:
Torsten Dittmann 2021-01-27 17:31:16 +01:00
parent 7615c7e036
commit a3d2704160

View file

@ -642,7 +642,9 @@ class FunctionsCustomServerTest extends Scope
$executionId = $execution['body']['$id'] ?? '';
$this->assertEquals(201, $execution['headers']['status-code']);
sleep(45);
sleep(30);
fwrite(STDERR, ".");
sleep(30);
$executions = $this->client->call(Client::METHOD_GET, '/functions/'.$functionId.'/executions', array_merge([
'content-type' => 'application/json',