Skip to content

Commit

Permalink
correction to a comment in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
byteocean committed Nov 24, 2023
1 parent 0db17c0 commit 4929439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 := 700 // 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++ {
Expand Down

0 comments on commit 4929439

Please sign in to comment.