From 5e019f59102dbd7e3dccf24c4994a540adde2b33 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Thu, 10 Dec 2020 10:32:12 +0200 Subject: [PATCH] Wait for warmup --- tests/e2e/Services/Functions/FunctionsCustomServerTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php index cc05d43db..1c02a4c09 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php @@ -453,6 +453,8 @@ class FunctionsCustomServerTest extends Scope public function testENVS():array { + sleep(30); + $functions = realpath(__DIR__ . '/../../../resources/functions'); /**