summaryrefslogtreecommitdiff
path: root/testing/tests/benchmarks/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/benchmarks/conftest.py')
-rw-r--r--testing/tests/benchmarks/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/benchmarks/conftest.py b/testing/tests/benchmarks/conftest.py
index cfad458a..4dbc4377 100644
--- a/testing/tests/benchmarks/conftest.py
+++ b/testing/tests/benchmarks/conftest.py
@@ -88,7 +88,7 @@ def txbenchmark_with_setup(monitored_benchmark_with_setup):
class ResourceWatcher(threading.Thread):
- sampling_interval = 1
+ sampling_interval = 0.1
def __init__(self):
threading.Thread.__init__(self)