Skip to content
Snippets Groups Projects
Commit 4f7a1ff6 authored by Craig Tiller's avatar Craig Tiller
Browse files

'Fix' a race

parent 4271a34e
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,9 @@ SERVER_PID=$! ...@@ -15,6 +15,9 @@ SERVER_PID=$!
bins/opt/qps_client -driver_port 10001 & bins/opt/qps_client -driver_port 10001 &
CLIENT_PID=$! CLIENT_PID=$!
# wait for startup
sleep 2
QPS_SERVERS=localhost:10000 QPS_SERVERS=localhost:10000
QPS_CLIENTS=localhost:10001 QPS_CLIENTS=localhost:10001
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment