aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_python.sh
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-08-25 10:23:19 -0700
committerGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-08-25 14:07:18 -0700
commit8f56c422f8c91292d4ab9e84919976ab58cf0e69 (patch)
tree66e41d12f906cd02960ff1d3b7b698f4fcb9a750 /tools/run_tests/run_python.sh
parent1f1919c8cfc61cd9af288cd1585b38b9c3511e1f (diff)
Add global per-test timeout to Python test harness
Diffstat (limited to 'tools/run_tests/run_python.sh')
-rwxr-xr-xtools/run_tests/run_python.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_python.sh b/tools/run_tests/run_python.sh
index 6fdca93fd5..858f300800 100755
--- a/tools/run_tests/run_python.sh
+++ b/tools/run_tests/run_python.sh
@@ -47,4 +47,4 @@ source "python"$PYVER"_virtual_environment"/bin/activate
"python"$PYVER -m grpc_test._core_over_links_base_interface_test
"python"$PYVER -m grpc_test.framework.core._base_interface_test
-"python"$PYVER $GRPCIO_TEST/setup.py test -a "-n8 --cov=grpc --junitxml=./report.xml"
+"python"$PYVER $GRPCIO_TEST/setup.py test -a "-n8 --cov=grpc --junitxml=./report.xml --timeout=300"