mirror of
https://github.com/fluencelabs/go-libp2p-kad-dht
synced 2025-04-24 22:32:13 +00:00
Reduce aggressive test
Doesn't pass in time with race detector enabled.
This commit is contained in:
parent
2c77e278c1
commit
c06aea3c14
@ -59,7 +59,7 @@ func TestNotifieeFuzz(t *testing.T) {
|
||||
d1 := setupDHT(ctx, t, false)
|
||||
d2 := setupDHT(ctx, t, false)
|
||||
|
||||
for i := 0; i < 100; i++ {
|
||||
for i := 0; i < 10; i++ {
|
||||
connectNoSync(t, ctx, d1, d2)
|
||||
for _, conn := range d1.host.Network().ConnsToPeer(d2.self) {
|
||||
conn.Close()
|
||||
|
Loading…
x
Reference in New Issue
Block a user