Flaky test improvement

This commit is contained in:
Matej Bačo
2024-08-14 13:32:15 +00:00
parent a7e68836e9
commit c91bfebbe7
@@ -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