From 182199a6449677a620813e3a8157cd0406095435 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Thu, 22 Jul 2021 00:45:54 +0300 Subject: Reduce tests timeout Signed-off-by: Valery Piashchynski --- tests/plugins/jobs/jobs_plugin_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/plugins') 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() } -- cgit v1.2.3