From 90df04b77bf8cf2c590680fbdde09e519e1b4f83 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Sun, 28 Mar 2021 15:50:46 +0300 Subject: - Remove debug code Signed-off-by: Valery Piashchynski --- pkg/pool/static_pool_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/pool/static_pool_test.go b/pkg/pool/static_pool_test.go index 2d8aad48..69527815 100755 --- a/pkg/pool/static_pool_test.go +++ b/pkg/pool/static_pool_test.go @@ -361,7 +361,7 @@ func Test_StaticPool_Stop_Worker(t *testing.T) { pipe.NewPipeFactory(), Config{ NumWorkers: 1, - AllocateTimeout: time.Second * 100, + AllocateTimeout: time.Second, DestroyTimeout: time.Second, }, ) -- cgit v1.2.3