summaryrefslogtreecommitdiff
path: root/Lib/test/test_telnetlib.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-04-07 15:52:05 +0000
committerBenjamin Peterson <benjamin@python.org>2009-04-07 15:52:05 +0000
commita1b821cf60493261b450a37092327361b137f140 (patch)
tree1643cd9b7821c6ece0c5f4684083a8de4444ff53 /Lib/test/test_telnetlib.py
parent52b9620c1941643dc6f834857bf6d76e8bbfc478 (diff)
downloadcpython-git-a1b821cf60493261b450a37092327361b137f140.tar.gz
fix since difference formating of SyntaxErrors
Diffstat (limited to 'Lib/test/test_telnetlib.py')
-rw-r--r--Lib/test/test_telnetlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_telnetlib.py b/Lib/test/test_telnetlib.py
index 16f7f93544..94b1e73b23 100644
--- a/Lib/test/test_telnetlib.py
+++ b/Lib/test/test_telnetlib.py
@@ -98,7 +98,7 @@ class GeneralTests(TestCase):
def _read_setUp(self):
# the blocking constant should be tuned!
- self.blocking_timeout = 0.0
+ self.blocking_timeout = 0.1
self.evt = threading.Event()
self.dataq = Queue.Queue()
self.sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)