From 19432c3daafd545fbf5d9cc98ad75ec1ffab7169 Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Mon, 22 Feb 2016 20:58:30 -0800 Subject: [PATCH] Put a 900-sec timeout on the perf test. --- tools/jenkins/run_performance.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/jenkins/run_performance.sh b/tools/jenkins/run_performance.sh index c80685b23a0..08cc476c6fe 100755 --- a/tools/jenkins/run_performance.sh +++ b/tools/jenkins/run_performance.sh @@ -31,6 +31,11 @@ # This script is invoked by Jenkins and runs performance smoke test. set -ex +# +# Put a timeout on this test +# +((sleep 900; kill $$)&) + # Enter the gRPC repo root cd $(dirname $0)/../..