Skip to content
Snippets Groups Projects
Commit 11a915f9 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #5364 from vjpai/timeout

Put a 900-sec timeout on the perf test.
parents 05792c07 49c5c330
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,11 @@ PID1=$!
bins/$config/qps_worker -driver_port 10010 &
PID2=$!
#
# Put a timeout on these tests
#
((sleep 900; kill $$ && killall qps_worker && rm -f /tmp/qps-test.$$ )&)
export QPS_WORKERS="localhost:10000,localhost:10010"
# big is the size in bytes of large messages (0 is the size otherwise)
......
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