Skip to content

Commit

Permalink
fix: Intermittent test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
route committed Jul 24, 2023
1 parent 43f0af2 commit ad229c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/browser_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
end

it "supports :pending_connection_errors argument" do
browser = Ferrum::Browser.new(base_url: base_url, pending_connection_errors: false, timeout: 0.1)
browser = Ferrum::Browser.new(base_url: base_url, pending_connection_errors: false, timeout: 0.5)

expect { browser.go_to("/ferrum/really_slow") }.not_to raise_error
ensure
Expand Down

0 comments on commit ad229c9

Please sign in to comment.