cleanup tests

This commit is contained in:
Pascal Fischer
2025-07-03 13:23:14 +02:00
parent 22a944b157
commit 7132642e4c
2 changed files with 1 additions and 3 deletions

View File

@@ -871,7 +871,7 @@ func Test_AddPeerAndAddToAll(t *testing.T) {
return
}
const totalPeers = 300
const totalPeers = 1000
var wg sync.WaitGroup
errs := make(chan error, totalPeers)