diff options
Diffstat (limited to 'qpid/python/hello-010-world')
| -rwxr-xr-x | qpid/python/hello-010-world | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/hello-010-world b/qpid/python/hello-010-world index 91ebc242c6..1b4c9aed33 100755 --- a/qpid/python/hello-010-world +++ b/qpid/python/hello-010-world @@ -13,7 +13,7 @@ spec = load("../specs/amqp.0-10.xml") conn = Connection(connect("0.0.0.0", spec.port), spec) conn.start(timeout=10) -ssn = conn.session("my-session") +ssn = conn.session("my-session", timeout=10) ssn.queue_declare("asdf") |
