aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-02-22 21:44:33 -0800
committerGravatar Vijay Pai <vpai@google.com>2016-02-22 21:44:33 -0800
commit49c5c3308c2a331a59dbcd2f2b57e3ee59d2a87f (patch)
tree808184e011d4f4149821538ac1309283e3b59d42 /tools
parent3c50e70c994ccc67f6cec9c1b7d80fcfb28093ba (diff)
Some more cleanup on timeout
Diffstat (limited to 'tools')
-rwxr-xr-xtools/jenkins/run_performance.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jenkins/run_performance.sh b/tools/jenkins/run_performance.sh
index caf0c0bc04..fbc078330f 100755
--- a/tools/jenkins/run_performance.sh
+++ b/tools/jenkins/run_performance.sh
@@ -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"