Skip to content

Commit

Permalink
Increase timeout for the message to come
Browse files Browse the repository at this point in the history
  • Loading branch information
tfarago committed Oct 3, 2013
1 parent e8e4882 commit 42f9a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concert/tests/unit/test_dispatcher.py
Expand Up @@ -3,7 +3,7 @@
from concert.helpers import Dispatcher
from concert.tests.base import ConcertTest

SLEEP_TIME = 0.0005
SLEEP_TIME = 0.05


class TestDispatcher(ConcertTest):
Expand Down

0 comments on commit 42f9a6a

Please sign in to comment.