diff options
author | Valery Piashchynski <[email protected]> | 2020-12-16 10:40:22 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-16 10:40:22 +0300 |
commit | 9e692dd9996f4d100ff3d9c5a358aa6894a748a3 (patch) | |
tree | 2f4c51144a7b54ee41db8ca1e9771a64100c3cc1 /plugins/reload/tests/reload_plugin_test.go | |
parent | 089a202aa716f3510402ff8baf47a3b9bfaefcb8 (diff) |
Add reload tests to the Makefile and CI. Update tests
Diffstat (limited to 'plugins/reload/tests/reload_plugin_test.go')
-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 376df9c8..3d50030f 100644 --- a/plugins/reload/tests/reload_plugin_test.go +++ b/plugins/reload/tests/reload_plugin_test.go @@ -51,7 +51,7 @@ func TestReloadInit(t *testing.T) { wg := &sync.WaitGroup{} wg.Add(1) - tt := time.NewTimer(time.Second * 5) + tt := time.NewTimer(time.Second * 10) go func() { defer wg.Done() |