debugging, trying increasing the timeout

This commit is contained in:
zhitomirskiyi 2010-10-26 18:21:47 -07:00
parent 8b16dd25e7
commit d61ec0186f

View file

@ -5,7 +5,7 @@
class MessageHandler
NUM_TRIES = 3
TIMEOUT = 5 #seconds
TIMEOUT = 10 #seconds
def initialize
@queue = EM::Queue.new