From dd0238723a153646631ba0a8c2577d74fce61214 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 16 Dec 2020 21:20:04 +0300 Subject: Give a little more time to complete tests --- plugins/reload/tests/reload_plugin_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/reload') 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() -- cgit v1.2.3