From 668b812b80a44f2b66aa5f37f5f1222b621ee182 Mon Sep 17 00:00:00 2001 From: ThatBen Date: Fri, 6 Jun 2025 10:48:28 +0200 Subject: [PATCH] 8 reruns for all marketplace tests --- Tests/CodexReleaseTests/RerunAttribute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CodexReleaseTests/RerunAttribute.cs b/Tests/CodexReleaseTests/RerunAttribute.cs index 6af13d4f..d30b010d 100644 --- a/Tests/CodexReleaseTests/RerunAttribute.cs +++ b/Tests/CodexReleaseTests/RerunAttribute.cs @@ -4,7 +4,7 @@ namespace CodexReleaseTests { public class RerunAttribute : ValuesAttribute { - private const int NumberOfReRuns = 1; + private const int NumberOfReRuns = 8; public RerunAttribute() {