diff --git a/spec/system/ocr_spec.rb b/spec/system/ocr_spec.rb index 0f9f6575ea5..5e543e5a56e 100644 --- a/spec/system/ocr_spec.rb +++ b/spec/system/ocr_spec.rb @@ -28,6 +28,6 @@ RSpec.describe 'OCR', :attachment_processing, :inline_jobs, :js, :streaming do click_on('Add text from image') - expect(page).to have_css('#description', text: /Hello Mastodon\s*/, wait: 10) + expect(page).to have_css('#description', text: /Hello Mastodon\s*/, wait: 20) end end