Skip to content
Snippets Groups Projects
Commit f194d6f8 authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

Set pytest-xdist-compatible pytest-timeout method

parent c234f23c
Branches
Tags
No related merge requests found
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment