Commit c06aea3c authored by Matt Joiner's avatar Matt Joiner

Reduce aggressive test

Doesn't pass in time with race detector enabled.
parent 2c77e278
......@@ -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()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment