diff --git a/spec/features/slideshow_spec.rb b/spec/features/slideshow_spec.rb index a58f888..b1b4ecd 100644 --- a/spec/features/slideshow_spec.rb +++ b/spec/features/slideshow_spec.rb @@ -1,6 +1,6 @@ require 'spec_helper' -RSpec.describe 'Slideshow', default_max_wait_time: 10, js: true do +RSpec.describe 'Slideshow', default_max_wait_time: 20, js: true do it 'opens when one of the grid panes is clicked' do visit search_catalog_path( q: 'medicine', view: 'slideshow' )