diff options
author | Valery Piashchynski <[email protected]> | 2021-07-22 00:45:54 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-07-22 00:45:54 +0300 |
commit | 182199a6449677a620813e3a8157cd0406095435 (patch) | |
tree | a3d0881448647fd9c965293b305da9968bb27777 /tests/plugins/jobs | |
parent | e4b955135692bc2bc0fd712b6779d83d32fbd17c (diff) |
Reduce tests timeout
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/jobs')
-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 75cf3b2f..d7c1075f 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 * 30000) + time.Sleep(time.Second * 3) stopCh <- struct{}{} wg.Wait() } |