Some more cleanup on timeout

pull/5364/head
Vijay Pai 9 years ago
parent 3c50e70c99
commit 49c5c3308c
  1. 2
      tools/jenkins/run_performance.sh

@ -50,7 +50,7 @@ PID2=$!
# #
# Put a timeout on these tests # Put a timeout on these tests
# #
((sleep 900; kill $$)&) ((sleep 900; kill $$ && killall qps_worker && rm -f /tmp/qps-test.$$ )&)
export QPS_WORKERS="localhost:10000,localhost:10010" export QPS_WORKERS="localhost:10000,localhost:10010"

Loading…
Cancel
Save