diff options
author | Valery Piashchynski <[email protected]> | 2021-07-22 00:45:13 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-07-22 00:45:13 +0300 |
commit | e4b955135692bc2bc0fd712b6779d83d32fbd17c (patch) | |
tree | b3fe2d03ca51d89f034fef9ce1e4148d4acb8b5a /tests/plugins | |
parent | b2da831f47284974551710d2767a7bdde0efa51d (diff) |
Update beanstalk redial algo.
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins')
-rw-r--r-- | tests/plugins/jobs/jobs_plugin_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/jobs/jobs_plugin_test.go b/tests/plugins/jobs/jobs_plugin_test.go index f9f19e0b..75cf3b2f 100644 --- a/tests/plugins/jobs/jobs_plugin_test.go +++ b/tests/plugins/jobs/jobs_plugin_test.go @@ -99,7 +99,7 @@ func TestTEMP_INTI(t *testing.T) { } }() - time.Sleep(time.Second * 3000) + time.Sleep(time.Second * 30000) stopCh <- struct{}{} wg.Wait() } |