1
0
Fork 0
mirror of synced 2024-06-14 16:54:52 +12:00

tests: add more delay to python tests

This commit is contained in:
Torsten Dittmann 2022-02-28 16:43:00 +01:00
parent f63bfc7026
commit 071d4d6511

View file

@ -999,7 +999,7 @@ class FunctionsCustomServerTest extends Scope
$folder = 'python';
$code = realpath(__DIR__ . '/../../../resources/functions'). "/$folder/code.tar.gz";
$this->packageCode($folder);
$entrypoint = 'main.py';
$timeout = 2;
@ -1050,7 +1050,7 @@ class FunctionsCustomServerTest extends Scope
$executionId = $execution['body']['$id'] ?? '';
sleep(10);
sleep(30);
$executions = $this->client->call(Client::METHOD_GET, '/functions/'.$functionId.'/executions/'.$executionId, array_merge([
'content-type' => 'application/json',