Increase OCR spec timeout from 10 to 20 seconds to improve CI stability (#37393)

This commit is contained in:
Nicholas La Roux
2026-01-06 04:51:57 -05:00
committed by GitHub
parent d9cd75400c
commit fd5539084c

View File

@@ -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