double wait time to see if travis responds to that, as its not even getting to the ording issue at this point

This commit is contained in:
Maxwell Salzberg 2012-04-10 11:08:14 -07:00
parent f6b6a67729
commit 62c3a3b350

View file

@ -87,7 +87,7 @@ module PublishingCukeHelpers
find(elem).click
end
def wait_for_ajax_to_finish(wait_time=15)
def wait_for_ajax_to_finish(wait_time=30)
wait_until(wait_time) do
evaluate_script("$.active") == 0
end