Skip to content

Commit

Permalink
Updated soda-ruby [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 29, 2021
1 parent 48016d4 commit 97dc3b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1468,9 +1468,10 @@ Raises
SODA::Client.new(timeout: 1)
```

Connect timeout is not configurable at the moment
Raises

Raises `Net::ReadTimeout` on read timeout
- `Net::OpenTimeout` on connect timeout
- `Net::ReadTimeout` on read timeout

### soundcloud

Expand Down
2 changes: 0 additions & 2 deletions test/soda_ruby_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

class SodaRubyTest < Minitest::Test
def test_connect
skip # no connect timeout

client = SODA::Client.new(domain: connect_host, timeout: 1)
assert_timeout(Net::OpenTimeout) do
client.get("test")
Expand Down

0 comments on commit 97dc3b4

Please sign in to comment.