From 62c3a3b3508812e7384f91778290ef8286962a2e Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Tue, 10 Apr 2012 11:08:14 -0700 Subject: [PATCH] double wait time to see if travis responds to that, as its not even getting to the ording issue at this point --- features/support/publishing_cuke_helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/support/publishing_cuke_helpers.rb b/features/support/publishing_cuke_helpers.rb index d51b1159d..300f4dcad 100644 --- a/features/support/publishing_cuke_helpers.rb +++ b/features/support/publishing_cuke_helpers.rb @@ -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