mirror of
https://github.com/mastodon/mastodon.git
synced 2026-01-18 17:06:38 +00:00
Increase OCR spec timeout from 10 to 20 seconds to improve CI stability (#37393)
This commit is contained in:
parent
d9cd75400c
commit
fd5539084c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user