Skip to content

Commit

Permalink
Perhaps 5 seconds is too agressive for travis
Browse files Browse the repository at this point in the history
For per-test timeouts
  • Loading branch information
gmr committed Apr 29, 2015
1 parent c23e532 commit dc9db2b
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 = 5
DEFAULT_TIMEOUT = 15


class AsyncTestCase(unittest.TestCase):
Expand Down

0 comments on commit dc9db2b

Please sign in to comment.