diff --git a/p2p/transport/quic/conn_test.go b/p2p/transport/quic/conn_test.go index a74d3762d7..628f455556 100644 --- a/p2p/transport/quic/conn_test.go +++ b/p2p/transport/quic/conn_test.go @@ -574,7 +574,7 @@ func TestHolePunching(t *testing.T) { default: return false } - }, 100*time.Millisecond, 10*time.Millisecond) + }, time.Second, 10*time.Millisecond) defer conn2.Close() require.Equal(t, conn2.RemotePeer(), serverID) ln1.Close()