From 3b67450d03fbc20485551486fd5b113c01514236 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 28 Feb 2020 14:25:30 +0300 Subject: static_pool upadate tests --- static_pool_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static_pool_test.go b/static_pool_test.go index 6cbd659e..46f0bed8 100644 --- a/static_pool_test.go +++ b/static_pool_test.go @@ -219,7 +219,7 @@ func Test_StaticPool_AllocateTimeout(t *testing.T) { NewPipeFactory(), Config{ NumWorkers: 1, - AllocateTimeout: time.Millisecond * 50, + AllocateTimeout: time.Nanosecond * 1, DestroyTimeout: time.Second * 2, }, ) -- cgit v1.2.3