diff options
Diffstat (limited to 'plugin/forward/proxy_test.go')
-rw-r--r-- | plugin/forward/proxy_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/forward/proxy_test.go b/plugin/forward/proxy_test.go index 234458b63..01e8ef6fd 100644 --- a/plugin/forward/proxy_test.go +++ b/plugin/forward/proxy_test.go @@ -27,7 +27,7 @@ func TestProxyClose(t *testing.T) { for i := 0; i < 100; i++ { p := NewProxy(s.Addr, nil) - p.start(hcDuration) + p.start(hcInterval) go func() { p.Connect(ctx, state, false, false) }() go func() { p.Connect(ctx, state, true, false) }() |