Skip to content

Commit

Permalink
Lower the stuck test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Apr 29, 2015
1 parent 1053ebc commit c23e532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/async_test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

LOGGER = logging.getLogger(__name__)
PARAMETERS = pika.URLParameters('amqp://guest:guest@localhost:5672/%2f')
DEFAULT_TIMEOUT = 30
DEFAULT_TIMEOUT = 5


class AsyncTestCase(unittest.TestCase):
Expand Down

0 comments on commit c23e532

Please sign in to comment.