Skip to content

Commit

Permalink
pop up the timeout for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed Jul 21, 2019
1 parent 4f35099 commit 6554f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errbot/backends/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def start(self):
try:
for i in range(60):
# Gobble initial error messages...
msg = self.bot.pop_message(timeout=1)
msg = self.bot.pop_message(timeout=2)
if msg == "ready":
break
log.warning("Queue was not empty, the non-consumed message is:")
Expand Down

0 comments on commit 6554f1a

Please sign in to comment.