summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static_pool_test.go2
1 files changed, 1 insertions, 1 deletions
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,
},
)