debugging, trying increasing the timeout
This commit is contained in:
parent
8b16dd25e7
commit
d61ec0186f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
class MessageHandler
|
||||
|
||||
NUM_TRIES = 3
|
||||
TIMEOUT = 5 #seconds
|
||||
TIMEOUT = 10 #seconds
|
||||
|
||||
def initialize
|
||||
@queue = EM::Queue.new
|
||||
|
|
|
|||
Loading…
Reference in a new issue