From fb1090681635b32aae9d54114a00548c7254fa39 Mon Sep 17 00:00:00 2001 From: benbierens Date: Sun, 14 Apr 2024 10:43:06 +0200 Subject: [PATCH] removes 20node value --- Tests/CodexTests/ScalabilityTests/ScalabilityTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CodexTests/ScalabilityTests/ScalabilityTests.cs b/Tests/CodexTests/ScalabilityTests/ScalabilityTests.cs index b66345a..364e582 100644 --- a/Tests/CodexTests/ScalabilityTests/ScalabilityTests.cs +++ b/Tests/CodexTests/ScalabilityTests/ScalabilityTests.cs @@ -15,7 +15,7 @@ public class ScalabilityTests : CodexDistTest [Combinatorial] [UseLongTimeouts] public void ShouldMaintainFileInNetwork( - [Values(10, 20, 40, 80, 100)] int numberOfNodes, + [Values(10, 40, 80, 100)] int numberOfNodes, [Values(100, 1000, 5000, 10000)] int fileSizeInMb, [Values(true, false)] bool usePatchedImage )