'Fix' a race

changes/14/217514/1
Craig Tiller 10 years ago
parent 4271a34e88
commit 4f7a1ff6ad
  1. 3
      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

Loading…
Cancel
Save