Navigation Menu

Skip to content

Commit

Permalink
Perhaps increasing the timer will help
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Cordero committed Dec 15, 2012
1 parent 6bd0d52 commit 90f2e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_1.py
Expand Up @@ -35,7 +35,7 @@ def test_send_message(self):
def test_recv_message(self):
port = self.lsh.getsockname()[1]

c = socket.create_connection(("localhost", port), 2)
c = socket.create_connection(("localhost", port), 10)
self._send_message()
self.assertEquals(c.recv(2048),
"""Sending a warning
Expand Down

0 comments on commit 90f2e34

Please sign in to comment.