Increased infinite loop timeout

This commit is contained in:
Michael Schmatz 2014-06-19 17:16:08 -07:00
parent 40fd1674ad
commit 34f5377754

View file

@ -9,7 +9,7 @@ module.exports = class Angel extends CocoClass
@nicks: ['Archer', 'Lana', 'Cyril', 'Pam', 'Cheryl', 'Woodhouse', 'Ray', 'Krieger']
infiniteLoopIntervalDuration: 7500 # check this often
infiniteLoopTimeoutDuration: 5000 # wait this long for a response when checking
infiniteLoopTimeoutDuration: 10000 # wait this long for a response when checking
abortTimeoutDuration: 500 # give in-process or dying workers this long to give up
constructor: (@shared) ->