Commit 75e86ddb authored by Jason Madden's avatar Jason Madden

More debugging test__socket.py

parent 8c072be0
......@@ -164,7 +164,7 @@ class TestTCP(greentest.TestCase):
start = time.time()
try:
count = client.sendall(data_sent)
print("Sent data in %s" % (time.time() - start))
print("Sent %s data in %s" % (count, time.time() - start))
#self.assertRaises(self.TIMEOUT_ERROR, client.sendall, data_sent)
self.fail("Should raise timeout error")
except self.TIMEOUT_ERROR:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment