From d074f64c422b66819e9566c7cbefabc7d0db12b4 Mon Sep 17 00:00:00 2001 From: benbierens Date: Fri, 8 Sep 2023 14:03:47 +0200 Subject: [PATCH] a --- .../DownloadConnectivityTests/FullyConnectedDownloadTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/DownloadConnectivityTests/FullyConnectedDownloadTests.cs b/Tests/DownloadConnectivityTests/FullyConnectedDownloadTests.cs index 02ad9b0..9fb5630 100644 --- a/Tests/DownloadConnectivityTests/FullyConnectedDownloadTests.cs +++ b/Tests/DownloadConnectivityTests/FullyConnectedDownloadTests.cs @@ -26,8 +26,8 @@ namespace Tests.DownloadConnectivityTests [Test] [Combinatorial] public void FullyConnectedDownloadTest( - [Values(1, 3, 5)] int numberOfNodes, - [Values(1, 10)] int sizeMBs) + [Values(3, 5)] int numberOfNodes, + [Values(10, 80)] int sizeMBs) { SetupCodexNodes(numberOfNodes);