From 4f7a1ff6ad06b946acb5a11c244af26bbe575d7a Mon Sep 17 00:00:00 2001 From: Craig Tiller <craig.tiller@gmail.com> Date: Mon, 23 Feb 2015 17:16:56 -0800 Subject: [PATCH] 'Fix' a race --- test/cpp/qps/single_run_localhost.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/cpp/qps/single_run_localhost.sh b/test/cpp/qps/single_run_localhost.sh index 1c2f1c85eb..a0939a7e58 100755 --- a/test/cpp/qps/single_run_localhost.sh +++ b/test/cpp/qps/single_run_localhost.sh @@ -15,6 +15,9 @@ SERVER_PID=$! bins/opt/qps_client -driver_port 10001 & CLIENT_PID=$! +# wait for startup +sleep 2 + QPS_SERVERS=localhost:10000 QPS_CLIENTS=localhost:10001 -- GitLab