Commit 0dfca3ba authored by vyzo's avatar vyzo
Browse files

increase test AutoNATIdentifyDelay to 100ms

macosx seems to fail intermittently, and that race is the likely culprit.
parent 7b324b14
......@@ -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{}
......
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