diff options
-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 37ce0c91..f64004c0 100644 --- a/plugins/reload/tests/reload_plugin_test.go +++ b/plugins/reload/tests/reload_plugin_test.go @@ -667,7 +667,7 @@ func TestReloadNoRecursion(t *testing.T) { wg := &sync.WaitGroup{} wg.Add(1) - tt := time.NewTimer(time.Second * 20) + tt := time.NewTimer(time.Second * 30) go func() { defer wg.Done() |