diff options
| author | Barry Warsaw | 2008-03-21 12:43:45 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2008-03-21 12:43:45 -0400 |
| commit | 7b1832826ba0603bc156a42849909a18a55b0759 (patch) | |
| tree | d90508e0dd824e518e15a71eae89787e29db3927 /mailman/tests/helpers.py | |
| parent | 60bf04aef6da1344a80c0372843898ab968f9651 (diff) | |
| download | mailman-7b1832826ba0603bc156a42849909a18a55b0759.tar.gz mailman-7b1832826ba0603bc156a42849909a18a55b0759.tar.zst mailman-7b1832826ba0603bc156a42849909a18a55b0759.zip | |
Diffstat (limited to 'mailman/tests/helpers.py')
| -rw-r--r-- | mailman/tests/helpers.py | 4 |
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.""" |
