removes 20node value

This commit is contained in:
benbierens 2024-04-14 10:43:06 +02:00
parent 86074dab6a
commit fb10906816
No known key found for this signature in database
GPG Key ID: 877D2C2E09A22F3A
1 changed files with 1 additions and 1 deletions

View File

@ -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
)