Searched refs:FTP_HOST (Results 1 – 2 of 2) sorted by relevance
286 FTP_HOST = 'ftp://www.pythontest.net/' variable in TimeoutTest290 with test_support.transient_internet(self.FTP_HOST, timeout=None):291 u = _urlopen_with_retry(self.FTP_HOST)296 with test_support.transient_internet(self.FTP_HOST):299 u = _urlopen_with_retry(self.FTP_HOST)306 with test_support.transient_internet(self.FTP_HOST):309 u = _urlopen_with_retry(self.FTP_HOST, timeout=None)315 with test_support.transient_internet(self.FTP_HOST):316 u = _urlopen_with_retry(self.FTP_HOST, timeout=60)
340 FTP_HOST = 'ftp://www.pythontest.net/' variable in TimeoutTest345 with socket_helper.transient_internet(self.FTP_HOST, timeout=None):346 u = _urlopen_with_retry(self.FTP_HOST)353 with socket_helper.transient_internet(self.FTP_HOST):356 u = _urlopen_with_retry(self.FTP_HOST)365 with socket_helper.transient_internet(self.FTP_HOST):368 u = _urlopen_with_retry(self.FTP_HOST, timeout=None)376 with socket_helper.transient_internet(self.FTP_HOST):377 u = _urlopen_with_retry(self.FTP_HOST, timeout=60)