Skip to content

Commit

Permalink
Update test_helper.rb to increase capybara max wait time to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen authored Jul 31, 2024
1 parent 3d103e7 commit 3941683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

Capybara.server_host = '0.0.0.0'
Capybara.app_host = "http://#{Socket.gethostname}:#{Capybara.server_port}"
Capybara.default_max_wait_time = 5
Capybara.default_max_wait_time = 10

include ActionDispatch::TestProcess

Expand Down

0 comments on commit 3941683

Please sign in to comment.