diff options
author | Valery Piashchynski <[email protected]> | 2020-12-16 22:29:34 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-16 22:29:34 +0300 |
commit | 1033c25b6bfc752d6059e446510f651e22cbf49b (patch) | |
tree | 61a41de33db5a84cdc44d68587a123c562f3674e /plugins/reload | |
parent | a5431a6dd0dc1d803bd7cfa2bbcb017d85d0999e (diff) |
Give more time to finish test with 3k files
Diffstat (limited to 'plugins/reload')
-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 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() |