mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Scope.php retries
This commit is contained in:
@@ -441,7 +441,7 @@ abstract class Scope extends TestCase
|
||||
return self::$root;
|
||||
}
|
||||
|
||||
$maxRetries = 1;
|
||||
$maxRetries = 5;
|
||||
|
||||
for ($attempt = 0; $attempt < $maxRetries; $attempt++) {
|
||||
// Use more entropy to avoid collisions in parallel test execution
|
||||
|
||||
Reference in New Issue
Block a user