From f54c113e65de2324a4d4754c237154acae3e5473 Mon Sep 17 00:00:00 2001 From: Andrey Date: Thu, 17 Nov 2022 17:42:10 +0200 Subject: [PATCH] Bigger await for results. --- crawlers/mooncrawl/mooncrawl/cu_reports_crawler/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawlers/mooncrawl/mooncrawl/cu_reports_crawler/cli.py b/crawlers/mooncrawl/mooncrawl/cu_reports_crawler/cli.py index 04b70db0..fe310dc7 100644 --- a/crawlers/mooncrawl/mooncrawl/cu_reports_crawler/cli.py +++ b/crawlers/mooncrawl/mooncrawl/cu_reports_crawler/cli.py @@ -38,7 +38,7 @@ def recive_S3_data_from_query( query_name: str, params: Dict[str, Any], time_await: int = 2, - max_retries: int = 20, + max_retries: int = 30, ) -> Any: """