longer timeout
This commit is contained in:
parent
483960ae98
commit
d1de921d46
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
class MessageHandler
|
class MessageHandler
|
||||||
|
|
||||||
NUM_TRIES = 3
|
NUM_TRIES = 3
|
||||||
TIMEOUT = 5 #seconds
|
TIMEOUT = 10 #seconds
|
||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
@queue = EM::Queue.new
|
@queue = EM::Queue.new
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue