Skip to content

Commit 8b925b0

Browse files
committed
fix units test
1 parent 52d2629 commit 8b925b0

File tree

1 file changed

+1
-1
lines changed
  • counterparty-core/counterpartycore/lib/monitors

1 file changed

+1
-1
lines changed

counterparty-core/counterpartycore/lib/monitors/profiler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def run(self):
108108
self.start_profiling()
109109
last_report_time = time.time()
110110

111-
self.stop_event.wait(timeout=30)
111+
self.stop_event.wait(timeout=(self.interval_minutes * 60) / 2)
112112

113113
def stop(self):
114114
"""Stops the profiling thread"""

0 commit comments

Comments
 (0)