diff options
Diffstat (limited to 'plugins/reload/tests/reload_plugin_test.go')
-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 376df9c8..3d50030f 100644 --- a/plugins/reload/tests/reload_plugin_test.go +++ b/plugins/reload/tests/reload_plugin_test.go @@ -51,7 +51,7 @@ func TestReloadInit(t *testing.T) { wg := &sync.WaitGroup{} wg.Add(1) - tt := time.NewTimer(time.Second * 5) + tt := time.NewTimer(time.Second * 10) go func() { defer wg.Done() |