------------------------------------------------------------
revno: 6608
committer: Barry Warsaw <[EMAIL PROTECTED]>
branch nick: small-fixes
timestamp: Fri 2008-03-21 12:43:45 -0400
message:
  Don't timeout in TestableMaster.start().  Just wait until all queue runners
  have been started, no matter what.
modified:
  mailman/tests/helpers.py

=== modified file 'mailman/tests/helpers.py'
--- a/mailman/tests/helpers.py  2008-03-12 22:35:16 +0000
+++ b/mailman/tests/helpers.py  2008-03-21 16:43:45 +0000
@@ -116,8 +116,8 @@
         """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."""



--
Primary development focus
https://code.launchpad.net/~mailman-coders/mailman/3.0

You are receiving this branch notification because you are subscribed to it.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to