diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/reload/tests/reload_plugin_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/reload/tests/reload_plugin_test.go b/plugins/reload/tests/reload_plugin_test.go index f64004c0..8fb9474f 100644 --- a/plugins/reload/tests/reload_plugin_test.go +++ b/plugins/reload/tests/reload_plugin_test.go @@ -386,7 +386,7 @@ func TestReloadCopy3k(t *testing.T) { wg := &sync.WaitGroup{} wg.Add(1) - tt := time.NewTimer(time.Second * 160) + tt := time.NewTimer(time.Second * 180) go func() { defer wg.Done() |