increase test AutoNATIdentifyDelay to 100ms

macosx seems to fail intermittently, and that race is the likely culprit.
This commit is contained in:
vyzo 2018-10-26 14:06:19 +03:00
parent 7b324b14b5
commit 0dfca3ba5d
1 changed files with 1 additions and 1 deletions

View File

@ -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{}