diff options
author | Wolfy-J <[email protected]> | 2018-01-28 14:37:16 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-01-28 14:37:16 +0300 |
commit | dbd4d8399bc900150c2e7b9044c53e01debad796 (patch) | |
tree | 60c79ee6c63b514b846bde7cc4c9139d16eed9aa /pool_test.go | |
parent | c57232ae2bc7253ded326226948dfc7f9b324753 (diff) |
higher timeout
Diffstat (limited to 'pool_test.go')
-rw-r--r-- | pool_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pool_test.go b/pool_test.go index e02993b0..0e83c83d 100644 --- a/pool_test.go +++ b/pool_test.go @@ -13,7 +13,7 @@ import ( var cfg = Config{ NumWorkers: uint64(runtime.NumCPU()), - AllocateTimeout: time.Second, + AllocateTimeout: time.Minute, DestroyTimeout: time.Second, } |