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