From 8ecb170151e061f35d3799885ba63b5762f2057e Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 24 Feb 2015 17:08:23 -0800 Subject: Fix that race better --- test/cpp/qps/single_run_localhost.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/cpp/qps/single_run_localhost.sh') 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 -- cgit v1.2.3