X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1856a3a1e9c95b4db4742ab53f737e91dbf46cff..32e3f6eb604d3692f10f16220a78e07c056be00e:/apps/workbench/test/integration/collections_test.rb diff --git a/apps/workbench/test/integration/collections_test.rb b/apps/workbench/test/integration/collections_test.rb index 4f66e9d6b5..8190b35f00 100644 --- a/apps/workbench/test/integration/collections_test.rb +++ b/apps/workbench/test/integration/collections_test.rb @@ -31,7 +31,7 @@ class CollectionsTest < ActionDispatch::IntegrationTest text_assertion = :assert_text link_assertion = :refute_empty end - using_wait_time(Capybara.default_wait_time * 3) do + using_wait_time(Capybara.default_max_wait_time * 3) do send(text_assertion, "Shared at:") end send(link_assertion, all("a").select { |a| a[:href] =~ link_regexp })