summaryrefslogtreecommitdiffstats
path: root/qa/tasks/mon_thrash.py
diff options
context:
space:
mode:
Diffstat (limited to 'qa/tasks/mon_thrash.py')
-rw-r--r--qa/tasks/mon_thrash.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/tasks/mon_thrash.py b/qa/tasks/mon_thrash.py
index 34aa1f9cc9e..84b0b6c521b 100644
--- a/qa/tasks/mon_thrash.py
+++ b/qa/tasks/mon_thrash.py
@@ -161,7 +161,7 @@ class MonitorThrasher(Thrasher):
"""
Stop the thrashing process.
"""
- self.stopping = True
+ self.stopping.set()
def join(self):
"""