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 )