aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_python.sh
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-10-06 16:17:50 -0700
committerGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-10-06 16:17:50 -0700
commitf194d6f82856afb9dc7aee9ef2063ce08d7fdbeb (patch)
tree39bf64bd41a574af2cec174ecabaae8ca2e120c1 /tools/run_tests/run_python.sh
parentc234f23ce7cb2b1a984e403c4d203b7089fc878c (diff)
Set pytest-xdist-compatible pytest-timeout method
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 6f45c0aa7a..848775e9b1 100755
--- a/tools/run_tests/run_python.sh
+++ b/tools/run_tests/run_python.sh
@@ -40,4 +40,4 @@ export DYLD_LIBRARY_PATH=$ROOT/libs/$CONFIG
export PATH=$ROOT/bins/$CONFIG:$ROOT/bins/$CONFIG/protobuf:$PATH
source "python"$PYVER"_virtual_environment"/bin/activate
-"python"$PYVER $GRPCIO_TEST/setup.py test -a "-n8 --cov=grpc --junitxml=./report.xml --timeout=300 -v"
+"python"$PYVER $GRPCIO_TEST/setup.py test -a "-n8 --cov=grpc --junitxml=./report.xml --timeout=300 -v --boxed --timeout_method=thread"