Skip to content

Commit

Permalink
test: sleep 2s before running test
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Feb 20, 2024
1 parent 176dd15 commit d0980a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/ruby/activerecord/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@ def create_pgadapter_and_emulator_container
puts "Waiting for PGAdapter to be ready..."
container.wait_for_tcp_port(5432)
puts "PGAdapter running on port #{container.mapped_port(5432)}"
sleep(2)
container
end

0 comments on commit d0980a5

Please sign in to comment.