summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2010-06-25 18:57:59 +0000
committerRafael H. Schloming <rhs@apache.org>2010-06-25 18:57:59 +0000
commit91dac8d15ccca911bcdab1079637afbe6f4fa504 (patch)
tree7c4cec9323b28f834ac5afb8e06b4a281ff2db32 /python
parent11e1f407d74f3529ecca0c8768d27f836ede73a5 (diff)
downloadqpid-python-91dac8d15ccca911bcdab1079637afbe6f4fa504.tar.gz
fix timeout tests to not leave queues lying around
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@958077 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
-rw-r--r--python/qpid/tests/messaging/endpoints.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qpid/tests/messaging/endpoints.py b/python/qpid/tests/messaging/endpoints.py
index b064d62c21..c01f16e73c 100644
--- a/python/qpid/tests/messaging/endpoints.py
+++ b/python/qpid/tests/messaging/endpoints.py
@@ -267,7 +267,7 @@ class TimeoutTests(Base):
return self.ssn.sender("amq.topic")
def setup_receiver(self):
- return self.ssn.receiver("amq.topic")
+ return self.ssn.receiver("amq.topic; {link: {reliability: unreliable}}")
def teardown_connection(self, conn):
try: