[ARVADOS] updated: d746be84d5e9eb8b3df794328fb49a94605e69a5

git at public.curoverse.com git at public.curoverse.com
Wed Aug 13 18:15:56 EDT 2014


Summary of changes:
 apps/workbench/test/integration/pipeline_instances_test.rb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

       via  d746be84d5e9eb8b3df794328fb49a94605e69a5 (commit)
      from  e7d6f7ade14cd2c513ad10d39da23b926e47b679 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit d746be84d5e9eb8b3df794328fb49a94605e69a5
Author: Tom Clegg <tom at curoverse.com>
Date:   Wed Aug 13 18:15:46 2014 -0400

    Increase Capybara timeout to accommodate slow test server. No issue #

diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb
index a27aff1..6385393 100644
--- a/apps/workbench/test/integration/pipeline_instances_test.rb
+++ b/apps/workbench/test/integration/pipeline_instances_test.rb
@@ -44,7 +44,9 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
     within('.modal-dialog') do
       find('.btn', text: 'Add').click
     end
-    wait_for_ajax
+    using_wait_time(Capybara.default_wait_time * 3) do
+      wait_for_ajax
+    end
 
     click_link 'Jobs and pipelines'
     find('tr[data-kind="arvados#pipelineInstance"]', text: 'New pipeline instance').

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list