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…
Reference in New Issue