Skip to content

Commit

Permalink
MONGOID-4661 increase timeout for jruby even more (#4782)
Browse files Browse the repository at this point in the history
Co-authored-by: Oleg Pudeyev <[email protected]>
  • Loading branch information
p-mongo and p committed May 28, 2020
1 parent e782f28 commit de5a3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/app_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

begin
# JRuby needs a long timeout
wait_for_port(3000, 20)
wait_for_port(3000, 30)
sleep 1

uri = URI.parse('http://localhost:3000/posts')
Expand Down

0 comments on commit de5a3ab

Please sign in to comment.