Skip to content

Commit

Permalink
improve acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning- committed Aug 1, 2024
1 parent 551314f commit d813afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/thumbor_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

it 'responds to requests' do
# Thumbor may take a while to start up
sleep(5)
sleep(15)
# Use the test image from Thumbor's documentation
run_shell('curl -v http://localhost:8000/unsafe/300x200/https%3A%2F%2Fgithub.com%2Fthumbor%2Fthumbor%2Fraw%2Fmaster%2Fexample.jpg --output /dev/null') do |r|
expect(r.stderr).to match(%r{200 OK})
Expand Down

0 comments on commit d813afb

Please sign in to comment.