From b7b4772d03688b4709a7652a807b5bc0ed5bafb2 Mon Sep 17 00:00:00 2001 From: Geng Tan Date: Tue, 21 Nov 2023 09:28:17 -0500 Subject: [PATCH] Update orch_client.ex (#427) --- lib/dash/orch_client.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dash/orch_client.ex b/lib/dash/orch_client.ex index b214acf5..4141515e 100644 --- a/lib/dash/orch_client.ex +++ b/lib/dash/orch_client.ex @@ -85,7 +85,7 @@ defmodule Dash.OrchClient do @spec options :: Keyword.t() defp options, - do: [hackney: [:insecure], recv_timeout: 15_000] + do: [hackney: [:insecure], recv_timeout: 300_000] @spec orch_host :: String.t() defp orch_host,