diff --git a/docker-compose.yml b/docker-compose.yml index ad011fc..671139d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -46,4 +46,4 @@ services: - 4444:4444 - 7900:7900 platform: linux/amd64 - shm_size: 2g + shm_size: 3g diff --git a/spec/features/click_login_link_spec.rb b/spec/features/click_login_link_spec.rb index b112efb..ef78d32 100644 --- a/spec/features/click_login_link_spec.rb +++ b/spec/features/click_login_link_spec.rb @@ -24,6 +24,7 @@ include Capybara::DSL scenario 'User visits the homepage' do # root_path = 'https://www.google.com' + sleep(60) root_path = 'http://localhost:3000/' visit root_path expect(page).to have_content('UC Berkeley GeoData Repository')