summaryrefslogtreecommitdiff
path: root/plugins/reload
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-16 22:29:34 +0300
committerValery Piashchynski <[email protected]>2020-12-16 22:29:34 +0300
commit1033c25b6bfc752d6059e446510f651e22cbf49b (patch)
tree61a41de33db5a84cdc44d68587a123c562f3674e /plugins/reload
parenta5431a6dd0dc1d803bd7cfa2bbcb017d85d0999e (diff)
Give more time to finish test with 3k files
Diffstat (limited to 'plugins/reload')
-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 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()