Skip to content

Commit

Permalink
Some more cleanup on timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
vjpai committed Feb 23, 2016
1 parent 3c50e70 commit 49c5c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jenkins/run_performance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ PID2=$!
#
# 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"
Expand Down

0 comments on commit 49c5c33

Please sign in to comment.