summaryrefslogtreecommitdiff
path: root/pool_test.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-01-28 14:37:16 +0300
committerWolfy-J <[email protected]>2018-01-28 14:37:16 +0300
commitdbd4d8399bc900150c2e7b9044c53e01debad796 (patch)
tree60c79ee6c63b514b846bde7cc4c9139d16eed9aa /pool_test.go
parentc57232ae2bc7253ded326226948dfc7f9b324753 (diff)
higher timeout
Diffstat (limited to 'pool_test.go')
-rw-r--r--pool_test.go2
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,
}