Merge pull request #8671 from kargakis/bump-timeout-back

bump timeout back to previous time
pull/6/head
Clayton Coleman 2015-05-22 12:57:55 -04:00
commit dcbe815825
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import (
const (
Interval = time.Millisecond * 100
Timeout = time.Second * 20
Timeout = time.Minute * 5
)
// A Reaper handles terminating an object as gracefully as possible.