Skip to content

Commit

Permalink
Update orch_client.ex (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanfarming authored Nov 21, 2023
1 parent b95dc11 commit b7b4772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dash/orch_client.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b7b4772

Please sign in to comment.