summaryrefslogtreecommitdiff
path: root/qpid/python/tests_0-9/basic.py
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-07-23 12:29:17 +0000
committerGordon Sim <gsim@apache.org>2007-07-23 12:29:17 +0000
commit346d178a06b5dc1c4065450e988f9934390c561c (patch)
treee7f53f8b2c64d15988fa69ef051f65d9e46a5abc /qpid/python/tests_0-9/basic.py
parent4758a90e01364c932f305283f56a7a885a5b976f (diff)
downloadqpid-python-346d178a06b5dc1c4065450e988f9934390c561c.tar.gz
Added initial 'execution-layer' to try out methods form the 0-10 execution class.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@558700 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/tests_0-9/basic.py')
-rw-r--r--qpid/python/tests_0-9/basic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/tests_0-9/basic.py b/qpid/python/tests_0-9/basic.py
index 75633908cd..e7d22e00da 100644
--- a/qpid/python/tests_0-9/basic.py
+++ b/qpid/python/tests_0-9/basic.py
@@ -127,7 +127,7 @@ class BasicTests(TestBase):
channel.basic_publish(routing_key="test-queue-4", content=Content("One"))
myqueue = self.client.queue("my-consumer")
- msg = myqueue.get(timeout=5)
+ msg = myqueue.get(timeout=1)
self.assertEqual("One", msg.content.body)
#cancel should stop messages being delivered