Skip to content
Snippets Groups Projects
Commit 49c5c330 authored by Vijay Pai's avatar Vijay Pai
Browse files

Some more cleanup on timeout

parent 3c50e70c
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ PID2=$! ...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment