removes 20node value
This commit is contained in:
parent
86074dab6a
commit
fb10906816
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue