mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Flaky test improvement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user