bump timeout back to previous time

pull/6/head
kargakis 2015-05-22 17:05:24 +02:00
parent d9d12fd3f7
commit d2d1e5bf48
1 changed files with 1 additions and 1 deletions

View File

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