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