From db7f1627e4919b05aef5392504e48b93a90a0146 Mon Sep 17 00:00:00 2001 From: Pavel Zbitskiy <65323360+algorandskiy@users.noreply.github.com> Date: Tue, 19 Nov 2024 10:42:32 -0500 Subject: [PATCH] tests: Fix MaxConnectionsPerIP setting in agreement/gossip tests (#6173) --- agreement/gossip/networkFull_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/agreement/gossip/networkFull_test.go b/agreement/gossip/networkFull_test.go index 6507a6cb82..d2971a17c5 100644 --- a/agreement/gossip/networkFull_test.go +++ b/agreement/gossip/networkFull_test.go @@ -362,6 +362,7 @@ func testNetworkImplFull(t *testing.T, nodesCount int) { // which is a different test of logic that agremeent needs to // deal with. cfg := config.GetDefaultLocal() + cfg.MaxConnectionsPerIP = nodesCount cfg.AgreementIncomingVotesQueueLength = 100 cfg.AgreementIncomingProposalsQueueLength = 100 cfg.AgreementIncomingBundlesQueueLength = 100