summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rwxr-xr-xpkg/pool/static_pool_test.go2
1 files changed, 1 insertions, 1 deletions
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,
},
)