From ef74a06d858c3406a3f52ad22a1264a65978a9d2 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Tue, 3 Apr 2012 18:04:08 -0700 Subject: [PATCH] reduce timeout to maybe get cukes to pass --- features/support/env.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/support/env.rb b/features/support/env.rb index 4ff388dd3..f833d6f7c 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -27,7 +27,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 = 5 + Capybara.default_wait_time = 3 # 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