Skip to content

Commit

Permalink
Update integration_test.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
balexand committed May 10, 2024
1 parent fef16e1 commit 8f23c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ defmodule Sanity.MutateIntegrationTest do
end

test "timeout error", %{config: config} do
config = Keyword.put(config, :http_options, receive_timeout: 1, retry_log_level: false)
config = Keyword.put(config, :http_options, receive_timeout: 0, retry_log_level: false)

assert_raise Sanity.Error, "%Mint.TransportError{reason: :timeout}", fn ->
Sanity.query(~S<{"hello": "world"}>)
Expand Down

0 comments on commit 8f23c4a

Please sign in to comment.