Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d208416 commit 4ce2f36Copy full SHA for 4ce2f36
1 file changed
Lib/test/test_ftplib.py
@@ -767,7 +767,7 @@ class TestTimeouts(TestCase):
767
def setUp(self):
768
self.evt = threading.Event()
769
self.sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
770
- self.sock.settimeout(3)
+ self.sock.settimeout(10)
771
self.port = support.bind_port(self.sock)
772
threading.Thread(target=self.server, args=(self.evt,self.sock)).start()
773
# Wait for the server to be ready.
0 commit comments