summaryrefslogtreecommitdiff
path: root/tests/test_concurrency.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_concurrency.py')
-rw-r--r--tests/test_concurrency.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py
index 1463b29d..bcf61942 100644
--- a/tests/test_concurrency.py
+++ b/tests/test_concurrency.py
@@ -538,7 +538,7 @@ def test_thread_safe_save_data(tmpdir):
time.sleep(duration) # pragma: nested
- cov.stop()
+ cov.stop() # pragma: nested
# The following call used to crash with running background threads.
cov.get_data()