Skip to content

Commit

Permalink
Merge pull request grpc#5364 from vjpai/timeout
Browse files Browse the repository at this point in the history
Put a 900-sec timeout on the perf test.
  • Loading branch information
jtattermusch committed Feb 23, 2016
2 parents 05792c0 + 49c5c33 commit 11a915f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/jenkins/run_performance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 11a915f

Please sign in to comment.