diff --git a/features/support/env.rb b/features/support/env.rb
index 526c564c79d5138e6295f2fb15d9c2ff804e7a7d..e61502c7f192af61c7ccf1b03b3061b5d9fc0991 100644
--- a/features/support/env.rb
+++ b/features/support/env.rb
@@ -26,7 +26,7 @@ Spork.prefork do
   # Capybara.default_wait_time = 30
 
   # While there are a lot of failures, wait less, avoiding travis timeout
-  Capybara.default_wait_time = 3
+  Capybara.default_wait_time = 10
 
   # If you set this to false, any error raised from within your app will bubble
   # up to your step definition and out to cucumber unless you catch it somewhere