mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Increased infinite loop timeout
This commit is contained in:
parent
40fd1674ad
commit
34f5377754
1 changed files with 1 additions and 1 deletions
|
@ -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) ->
|
||||
|
|
Loading…
Reference in a new issue