Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit d425b0c

Browse files
authored
fix test
1.1.1.1 took by cloudflare
1 parent 87337e7 commit d425b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fetcher_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,6 @@ def test_zzz_robots_txt(self):
486486

487487
def test_zzz_connect_timeout(self):
488488
start_time = time.time()
489-
status, newtasks, result = self.crawl('http://1.1.1.1/', connect_timeout=5, callback=self.catch_http_error)
489+
status, newtasks, result = self.crawl('http://10.123.321.25/', connect_timeout=5, callback=self.catch_http_error)
490490
end_time = time.time()
491491
self.assertTrue(5 <= end_time - start_time <= 6)

0 commit comments

Comments
 (0)