From 717be0cf4ce9fd1a362c09be2f83a65edac7e655 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Tue, 2 Feb 2021 17:59:11 +0200 Subject: [PATCH] Fixed sleep --- tests/e2e/Services/Functions/FunctionsCustomServerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php index 5c89b65b12..b41fa12f1c 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php @@ -559,7 +559,7 @@ class FunctionsCustomServerTest extends Scope ], ]; - sleep(30); + sleep(count($envs) * 15); fwrite(STDERR, "."); /**