Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Apr 18, 2014
1 parent 69a1f46 commit 1b552e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/async_test_base.py
Expand Up @@ -8,7 +8,7 @@

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


class AsyncTestCase(unittest.TestCase):
Expand Down

0 comments on commit 1b552e0

Please sign in to comment.