diff options
author | Valery Piashchynski <[email protected]> | 2021-02-08 01:09:17 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-02-08 01:09:17 +0300 |
commit | 3e92e3df723ca1c4f152d8526eebfd7184e6fcec (patch) | |
tree | cda1f4b7dafd5516c8a12b593a5b4e7d2f445f56 /pkg/pool | |
parent | d353bc5f0be991ad44208e48ed04dc61ee53c340 (diff) |
Push worker to the stack typo
Diffstat (limited to 'pkg/pool')
-rwxr-xr-x | pkg/pool/static_pool_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/pool/static_pool_test.go b/pkg/pool/static_pool_test.go index 65e10119..6ffb05b3 100755 --- a/pkg/pool/static_pool_test.go +++ b/pkg/pool/static_pool_test.go @@ -454,7 +454,7 @@ func Test_Static_Pool_Handle_Dead(t *testing.T) { pipe.NewPipeFactory(), Config{ NumWorkers: 5, - AllocateTimeout: time.Second, + AllocateTimeout: time.Second * 100, DestroyTimeout: time.Second, }, ) |