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 | |
parent | c57232ae2bc7253ded326226948dfc7f9b324753 (diff) |
higher timeout
-rw-r--r-- | pool_test.go | 2 | ||||
-rw-r--r-- | todo.go | 6 |
2 files changed, 7 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, } diff --git a/todo.go b/todo.go new file mode 100644 index 00000000..68340370 --- /dev/null +++ b/todo.go @@ -0,0 +1,6 @@ +package roadrunner + + +// test terminate request +// test head +// test json head?
\ No newline at end of file |