summaryrefslogtreecommitdiff
path: root/mailman/tests/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/tests/helpers.py')
-rw-r--r--mailman/tests/helpers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mailman/tests/helpers.py b/mailman/tests/helpers.py
index 71b0914cb..71b3ff60e 100644
--- a/mailman/tests/helpers.py
+++ b/mailman/tests/helpers.py
@@ -116,8 +116,8 @@ class TestableMaster(Master):
"""Start the master."""
self.start_qrunners(qrunners)
self.thread.start()
- # Wait until all the children are definitely started, or timeout.
- self.event.wait(2.0)
+ # Wait until all the children are definitely started.
+ self.event.wait()
def stop(self):
"""Stop the master by killing all the children."""