summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-16 21:20:04 +0300
committerValery Piashchynski <[email protected]>2020-12-16 21:20:04 +0300
commitdd0238723a153646631ba0a8c2577d74fce61214 (patch)
tree417cbcc0f95b3918880fc647606c7a88cb8c673c /plugins
parent466f138d91c495d5f13c7e0f6ac1c5b9ee3032d1 (diff)
Give a little more time to complete tests
Diffstat (limited to 'plugins')
-rw-r--r--plugins/reload/tests/reload_plugin_test.go2
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()