aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/single_run_localhost.sh
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-24 17:08:23 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-02-24 17:08:23 -0800
commit8ecb170151e061f35d3799885ba63b5762f2057e (patch)
tree72040617028720bec5e5fe90008155d93008084c /test/cpp/qps/single_run_localhost.sh
parent2f3fa9acff3eb7cacbb590446eb9d5546a8a43ca (diff)
Fix that race better
Diffstat (limited to 'test/cpp/qps/single_run_localhost.sh')
-rwxr-xr-xtest/cpp/qps/single_run_localhost.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/cpp/qps/single_run_localhost.sh b/test/cpp/qps/single_run_localhost.sh
index 317202a6ab..310a0824bb 100755
--- a/test/cpp/qps/single_run_localhost.sh
+++ b/test/cpp/qps/single_run_localhost.sh
@@ -19,9 +19,6 @@ SERVER_PID=$!
bins/$config/qps_client -driver_port 10001 &
CLIENT_PID=$!
-# wait for startup
-sleep 2
-
export QPS_SERVERS=localhost:10000
export QPS_CLIENTS=localhost:10001