From 1da481daa1e11b953796906741c8fac4c89fea02 Mon Sep 17 00:00:00 2001 From: benbierens Date: Fri, 28 Apr 2023 07:22:17 +0200 Subject: [PATCH] Restores original test numbers --- Tests/BasicTests/DownloadTests.cs | 6 +++--- Tests/BasicTests/UploadTests.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Tests/BasicTests/DownloadTests.cs b/Tests/BasicTests/DownloadTests.cs index ede6847..4588260 100644 --- a/Tests/BasicTests/DownloadTests.cs +++ b/Tests/BasicTests/DownloadTests.cs @@ -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) { diff --git a/Tests/BasicTests/UploadTests.cs b/Tests/BasicTests/UploadTests.cs index 72afc23..8cbbe7a 100644 --- a/Tests/BasicTests/UploadTests.cs +++ b/Tests/BasicTests/UploadTests.cs @@ -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)