mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-03 07:43:52 +00:00
use long timeouts
This commit is contained in:
parent
5ffe34bb83
commit
a2e4869403
@ -1,4 +1,5 @@
|
||||
using CodexPlugin;
|
||||
using DistTestCore;
|
||||
using NUnit.Framework;
|
||||
using Utils;
|
||||
|
||||
@ -12,6 +13,7 @@ public class ScalabilityTests : CodexDistTest
|
||||
|
||||
[Test]
|
||||
[Combinatorial]
|
||||
[UseLongTimeouts]
|
||||
public void ShouldMaintainFileInNetwork(
|
||||
[Values(10, 20, 40, 80, 100)] int numberOfNodes,
|
||||
[Values(100, 1000, 5000, 10000)] int fileSizeInMb,
|
||||
|
Loading…
x
Reference in New Issue
Block a user