diff --git a/p2p/host/relay/autorelay_test.go b/p2p/host/relay/autorelay_test.go index a3ac7dd2954d32336855f1ab98a3011c8bbf7881..bd738f5ce8a96eba80d860c1e41f3b2b78c0053a 100644 --- a/p2p/host/relay/autorelay_test.go +++ b/p2p/host/relay/autorelay_test.go @@ -26,7 +26,7 @@ import ( // test specific parameters func init() { - autonat.AutoNATIdentifyDelay = 10 * time.Millisecond + autonat.AutoNATIdentifyDelay = 100 * time.Millisecond autonat.AutoNATBootDelay = 1 * time.Second relay.BootDelay = 1 * time.Second manet.Private4 = []*net.IPNet{}