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

Put a 900-sec timeout on the perf test.

parent 30e9de80
No related branches found
No related tags found
No related merge requests found
......@@ -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)/../..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment