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.
2 parents d974393 + 4ce2f36 commit b01c32dCopy full SHA for b01c32d
1 file changed
Lib/test/test_ftplib.py
@@ -894,7 +894,7 @@ class TestTimeouts(TestCase):
894
def setUp(self):
895
self.evt = threading.Event()
896
self.sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
897
- self.sock.settimeout(3)
+ self.sock.settimeout(10)
898
self.port = support.bind_port(self.sock)
899
threading.Thread(target=self.server, args=(self.evt,self.sock)).start()
900
# Wait for the server to be ready.
0 commit comments