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:
parent
f6b6a67729
commit
62c3a3b350
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue