1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Wait for warmup

This commit is contained in:
Eldad Fux 2020-12-10 10:32:12 +02:00
parent e4d18b1548
commit 5e019f5910

View file

@ -453,6 +453,8 @@ class FunctionsCustomServerTest extends Scope
public function testENVS():array
{
sleep(30);
$functions = realpath(__DIR__ . '/../../../resources/functions');
/**