From 02add70c1d3c853b2291c253a26f612fb449e7e0 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Fri, 10 Sep 2010 17:26:23 +0000 Subject: 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 --- python/qpid/tests/messaging/endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/qpid/tests/messaging/endpoints.py') 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() -- cgit v1.2.1