mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-10 03:04:42 +00:00
removes 20node value
This commit is contained in:
parent
86074dab6a
commit
fb10906816
@ -15,7 +15,7 @@ public class ScalabilityTests : CodexDistTest
|
|||||||
[Combinatorial]
|
[Combinatorial]
|
||||||
[UseLongTimeouts]
|
[UseLongTimeouts]
|
||||||
public void ShouldMaintainFileInNetwork(
|
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(100, 1000, 5000, 10000)] int fileSizeInMb,
|
||||||
[Values(true, false)] bool usePatchedImage
|
[Values(true, false)] bool usePatchedImage
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user