diff options
author | Masood Malekghassemi <soltanmm@users.noreply.github.com> | 2015-10-06 16:17:50 -0700 |
---|---|---|
committer | Masood Malekghassemi <soltanmm@users.noreply.github.com> | 2015-10-06 16:17:50 -0700 |
commit | f194d6f82856afb9dc7aee9ef2063ce08d7fdbeb (patch) | |
tree | 39bf64bd41a574af2cec174ecabaae8ca2e120c1 /tools | |
parent | c234f23ce7cb2b1a984e403c4d203b7089fc878c (diff) |
Set pytest-xdist-compatible pytest-timeout method
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_tests/run_python.sh | 2 |
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" |