diff --git a/src/python/grpcio_tests/commands.py b/src/python/grpcio_tests/commands.py index 98b0312b404..f76c40f5ea2 100644 --- a/src/python/grpcio_tests/commands.py +++ b/src/python/grpcio_tests/commands.py @@ -95,7 +95,7 @@ class TestLite(setuptools.Command): import tests loader = tests.Loader() loader.loadTestsFromNames(['tests']) - runner = tests.Runner() + runner = tests.Runner(dedicated_threads=True) result = runner.run(loader.suite) if not result.wasSuccessful(): sys.exit('Test failure')