summaryrefslogtreecommitdiff
path: root/mailman/tests/helpers.py
diff options
context:
space:
mode:
authorBarry Warsaw2008-03-21 12:43:45 -0400
committerBarry Warsaw2008-03-21 12:43:45 -0400
commit7b1832826ba0603bc156a42849909a18a55b0759 (patch)
treed90508e0dd824e518e15a71eae89787e29db3927 /mailman/tests/helpers.py
parent60bf04aef6da1344a80c0372843898ab968f9651 (diff)
downloadmailman-7b1832826ba0603bc156a42849909a18a55b0759.tar.gz
mailman-7b1832826ba0603bc156a42849909a18a55b0759.tar.zst
mailman-7b1832826ba0603bc156a42849909a18a55b0759.zip
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."""