[ARVADOS] created: c8803c220093c1e52a7e992fe1013927ce92c6b2
git at public.curoverse.com
git at public.curoverse.com
Thu Dec 3 17:14:06 EST 2015
at c8803c220093c1e52a7e992fe1013927ce92c6b2 (commit)
commit c8803c220093c1e52a7e992fe1013927ce92c6b2
Author: Nico Cesar <nico at curoverse.com>
Date: Thu Dec 3 17:13:31 2015 -0500
added more time to ajax timeout
refs #7942
diff --git a/apps/workbench/test/integration_helper.rb b/apps/workbench/test/integration_helper.rb
index 74072ca..48d2cb5 100644
--- a/apps/workbench/test/integration_helper.rb
+++ b/apps/workbench/test/integration_helper.rb
@@ -56,7 +56,7 @@ Capybara.register_driver :selenium_with_download do |app|
end
module WaitForAjax
- Capybara.default_max_wait_time = 5
+ Capybara.default_max_wait_time = 10
def wait_for_ajax
Timeout.timeout(Capybara.default_max_wait_time) do
loop until finished_all_ajax_requests?
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list