From c91bfebbe7658b557b9e337f65f0e805af04f205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Wed, 14 Aug 2024 13:32:15 +0000 Subject: [PATCH] Flaky test improvement --- tests/e2e/Services/Functions/FunctionsCustomClientTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/Services/Functions/FunctionsCustomClientTest.php b/tests/e2e/Services/Functions/FunctionsCustomClientTest.php index 072a67f6be..e22dfef834 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomClientTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomClientTest.php @@ -250,8 +250,8 @@ class FunctionsCustomClientTest extends Scope break; } - if (\microtime(true) - $start > 5) { - $this->fail('Execution did not complete within 5 seconds of schedule'); + if (\microtime(true) - $start > 10) { + $this->fail('Execution did not complete within 10 seconds of schedule'); } usleep(500000); // 0.5 seconds