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 | ec5f4da39ea9c191315844f59db033c3d80acc6d (patch) | |
| tree | beca62b1811057bf3cfea496db43fd4a84198b94 /cpp | |
| parent | f3b792bbece41c831f394cc6688fc586d1e863e5 (diff) | |
| download | qpid-python-ec5f4da39ea9c191315844f59db033c3d80acc6d.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/qpid@661698 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/examples/examples/request-response/verify_cpp_python | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/examples/examples/request-response/verify_cpp_python b/cpp/examples/examples/request-response/verify_cpp_python index 5701af3bbc..867af3a92b 100644 --- a/cpp/examples/examples/request-response/verify_cpp_python +++ b/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" |
