longer timeout

This commit is contained in:
zhitomirskiyi 2010-10-27 17:44:06 -07:00 committed by maxwell
parent 483960ae98
commit d1de921d46

View file

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