VRFS-2001 - oops

This commit is contained in:
Anthony Davis 2014-09-11 14:55:46 -05:00
parent a2897d78c3
commit 8e621517b2
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ describe "Deployed site at #{www}", :js => true, :type => :feature, :capybara_fe
it "is possible for #{user1} to sign in and not get disconnected within 30 seconds" do
as_monitor(user1) do
sign_in_poltergeist(user1)
sleep 5 # www really doesn't like going fast here
sleep 10 # www really doesn't like going fast here
repeat_for(30.seconds) do
expect(page).to_not have_selector('.no-websocket-connection') #looks for reconnect dialog every 1 second
end