mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-04-24 11:43:34 +00:00
Restores original test numbers
This commit is contained in:
parent
96c2ade7ff
commit
1da481daa1
@ -6,9 +6,9 @@ namespace Tests.ParallelTests
|
||||
[TestFixture]
|
||||
public class DownloadTests : DistTest
|
||||
{
|
||||
[TestCase(3, 50)]
|
||||
[TestCase(5, 750)]
|
||||
[TestCase(10, 25)]
|
||||
[TestCase(3, 5000)]
|
||||
[TestCase(5, 1000)]
|
||||
[TestCase(10, 256)]
|
||||
[UseLongTimeouts]
|
||||
public void ParallelDownload(int numberOfNodes, int filesizeMb)
|
||||
{
|
||||
|
||||
@ -7,7 +7,7 @@ namespace Tests.ParallelTests
|
||||
public class UploadTests : DistTest
|
||||
{
|
||||
[TestCase(3, 50)]
|
||||
[TestCase(5, 750)]
|
||||
[TestCase(5, 75)]
|
||||
[TestCase(10, 25)]
|
||||
[UseLongTimeouts]
|
||||
public void ParallelUpload(int numberOfNodes, int filesizeMb)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user