summaryrefslogtreecommitdiff
path: root/tests/test_subprocess.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_subprocess.py')
-rw-r--r--tests/test_subprocess.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_subprocess.py b/tests/test_subprocess.py
index b2f1b95..a4c1f69 100644
--- a/tests/test_subprocess.py
+++ b/tests/test_subprocess.py
@@ -286,6 +286,7 @@ class SubprocessMixin:
# "Exception during subprocess creation, kill the subprocess"
with test_utils.disable_logger():
self.loop.run_until_complete(cancel_make_transport())
+ test_utils.run_briefly(self.loop)
if sys.platform != 'win32':