revert unrelated change to test_telnetlib

This commit is contained in:
Benjamin Peterson 2009-04-07 16:03:04 +00:00
parent a1b821cf60
commit dda7b1990b

View file

@ -98,7 +98,7 @@ class GeneralTests(TestCase):
def _read_setUp(self):
# the blocking constant should be tuned!
self.blocking_timeout = 0.1
self.blocking_timeout = 0.0
self.evt = threading.Event()
self.dataq = Queue.Queue()
self.sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)