diff options
| author | Gordon Sim <gsim@apache.org> | 2008-05-30 12:56:11 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-05-30 12:56:11 +0000 |
| commit | 7829202b741c280e4522824d86dc818667d92d42 (patch) | |
| tree | 84975fca8ef63b37b0e4fd6161e31dc3a01b9d52 /qpid/cpp/examples | |
| parent | 920348d3988ce13bc43763d801894e7f8fc200e1 (diff) | |
| download | qpid-python-7829202b741c280e4522824d86dc818667d92d42.tar.gz | |
Add short sleep before killing python server to ensure it has had a chance to send the message acknowledgement.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@661698 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples')
| -rw-r--r-- | qpid/cpp/examples/examples/request-response/verify_cpp_python | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/examples/examples/request-response/verify_cpp_python b/qpid/cpp/examples/examples/request-response/verify_cpp_python index 5701af3bbc..867af3a92b 100644 --- a/qpid/cpp/examples/examples/request-response/verify_cpp_python +++ b/qpid/cpp/examples/examples/request-response/verify_cpp_python @@ -1,5 +1,6 @@ # See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify background "Request server running" $PYTHON_EXAMPLES/request-response/server.py clients ./client +sleep 1 kill %% # Must kill the server. outputs "./client.out | remove_uuid" "$PYTHON_EXAMPLES/request-response/server.py.out | remove_uuid" |
