We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203ef48 commit 061fe41Copy full SHA for 061fe41
eidaws.federator/eidaws/federator/utils/process.py
@@ -231,7 +231,7 @@ def max_total_stream_epoch_duration(self):
231
def client_retry_budget_threshold(self):
232
return self.config["client_retry_budget_threshold"]
233
234
- async def _route(self, timeout=aiohttp.ClientTimeout(total=2 * 60)):
+ async def _route(self, timeout=aiohttp.ClientTimeout(total=15 * 60)):
235
req_handler = RoutingRequestHandler(
236
self.config["url_routing"],
237
self.stream_epochs,
0 commit comments