From 89fcf2b60968558a6994ee14c202bc2c76f1d8fe Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Wed, 16 Apr 2014 14:29:22 -0400 Subject: [PATCH] Increased wait time on capybara test to reduce chance of failure. --- apps/workbench/test/integration/users_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/workbench/test/integration/users_test.rb b/apps/workbench/test/integration/users_test.rb index 22b92c02e1..df7d2453a7 100644 --- a/apps/workbench/test/integration/users_test.rb +++ b/apps/workbench/test/integration/users_test.rb @@ -122,7 +122,7 @@ class UsersTest < ActionDispatch::IntegrationTest click_button "Submit" end - sleep(0.1) + sleep(1) assert page.has_text? 'modified_by_client_uuid' click_link 'Metadata' -- 2.30.2