From ec5f4da39ea9c191315844f59db033c3d80acc6d Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 30 May 2008 12:56:11 +0000 Subject: 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 --- cpp/examples/examples/request-response/verify_cpp_python | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp') 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" -- cgit v1.2.1