increase test AutoNATIdentifyDelay to 100ms
macosx seems to fail intermittently, and that race is the likely culprit.
This commit is contained in:
parent
7b324b14b5
commit
0dfca3ba5d
|
@ -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{}
|
||||
|
|
Loading…
Reference in New Issue