1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

Updated timeout test

This commit is contained in:
Eldad Fux 2021-01-01 10:57:38 +02:00
parent 40c7910dd8
commit c83efa9db8
3 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,3 +1,3 @@
<?php
sleep(10);
sleep(5);