diff --git a/tests/e2e/Scopes/Scope.php b/tests/e2e/Scopes/Scope.php index 9c0e7063c5..a8152ef77e 100644 --- a/tests/e2e/Scopes/Scope.php +++ b/tests/e2e/Scopes/Scope.php @@ -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