use long timeouts
This commit is contained in:
parent
5ffe34bb83
commit
a2e4869403
@ -1,4 +1,5 @@
|
|||||||
using CodexPlugin;
|
using CodexPlugin;
|
||||||
|
using DistTestCore;
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
using Utils;
|
using Utils;
|
||||||
|
|
||||||
@ -12,6 +13,7 @@ public class ScalabilityTests : CodexDistTest
|
|||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
[Combinatorial]
|
[Combinatorial]
|
||||||
|
[UseLongTimeouts]
|
||||||
public void ShouldMaintainFileInNetwork(
|
public void ShouldMaintainFileInNetwork(
|
||||||
[Values(10, 20, 40, 80, 100)] int numberOfNodes,
|
[Values(10, 20, 40, 80, 100)] int numberOfNodes,
|
||||||
[Values(100, 1000, 5000, 10000)] int fileSizeInMb,
|
[Values(100, 1000, 5000, 10000)] int fileSizeInMb,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user