From d3801adf74a4ed815a70946d68b9076d764cb11b Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 20 Jul 2018 13:39:23 -0400 Subject: [PATCH] Typo --- crawl_server/remote_http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawl_server/remote_http.py b/crawl_server/remote_http.py index a9728c0..531999c 100644 --- a/crawl_server/remote_http.py +++ b/crawl_server/remote_http.py @@ -90,7 +90,7 @@ class HttpDirectory(RemoteDirectory): ) MAX_RETRIES = 2 - TIMEOUT = 1 + TIMEOUT = 25 def __init__(self, url): super().__init__(url)