summaryrefslogtreecommitdiff
path: root/python/qpid/tests/messaging/endpoints.py
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2010-09-10 17:26:23 +0000
committerRafael H. Schloming <rhs@apache.org>2010-09-10 17:26:23 +0000
commit02add70c1d3c853b2291c253a26f612fb449e7e0 (patch)
tree9f55adb54619fd5d0b2105879c995fd08ea9b5d9 /python/qpid/tests/messaging/endpoints.py
parent63bfc2fa93195ca246c76e536ec1511255d8e85a (diff)
downloadqpid-python-02add70c1d3c853b2291c253a26f612fb449e7e0.tar.gz
fixed detach to not hang on session error, fixed the tests to include a timeout for connection teardown
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@995884 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/tests/messaging/endpoints.py')
-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 185a90b994..60723114fe 100644
--- a/python/qpid/tests/messaging/endpoints.py
+++ b/python/qpid/tests/messaging/endpoints.py
@@ -710,7 +710,7 @@ class ReceiverTests(Base):
def fetchFromConcurrentCloseTest(self, entry):
def closer():
- time.sleep(self.delay())
+ self.sleep()
entry.close()
t = Thread(target=closer)
t.start()