From 83c24a7871b5c408047a52ac1168f12dab13a4b5 Mon Sep 17 00:00:00 2001 From: Tao Date: Fri, 24 Nov 2023 10:50:54 +0100 Subject: [PATCH] correction to a comment in test file --- peer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peer_test.go b/peer_test.go index 0e96150..5c5dd04 100644 --- a/peer_test.go +++ b/peer_test.go @@ -175,7 +175,7 @@ var _ = Describe("Peer", func() { }) It("should announce", func() { - totalClients := 700 // TODO: was 1000 (local test works for this large value), but it is cut to half to make CI/CD happy + totalClients := 600 // TODO: was 1000 (local test works for this large value), but it is reduced to this value to make CI/CD happy var wg sync.WaitGroup for i := 1; i < totalClients+1; i++ {