Scope.php retries

This commit is contained in:
fogelito
2026-03-23 17:15:14 +02:00
parent f1dd0a0ac6
commit 32d4804d96
+1 -1
View File
@@ -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