From 32d4804d9690cdb12b324e0f78cdc87d0f586b75 Mon Sep 17 00:00:00 2001 From: fogelito Date: Mon, 23 Mar 2026 17:15:14 +0200 Subject: [PATCH] Scope.php retries --- tests/e2e/Scopes/Scope.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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