2
0
mirror of synced 2025-02-04 20:54:09 +00:00

use long timeouts

This commit is contained in:
gmega 2024-04-13 17:33:21 +03:00
parent 5ffe34bb83
commit a2e4869403
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F

View File

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