From 18e279e6e9ca64a36d880c4bfa82b1cdaf095bbc Mon Sep 17 00:00:00 2001 From: Scott Davis Date: Thu, 19 Jan 2012 21:42:58 -0500 Subject: [PATCH] made timeout longer was timeing out on my connection --- octopress/features/support/env.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octopress/features/support/env.rb b/octopress/features/support/env.rb index 452e179..628fd1f 100644 --- a/octopress/features/support/env.rb +++ b/octopress/features/support/env.rb @@ -1,5 +1,5 @@ require 'aruba/cucumber' Before do - @aruba_timeout_seconds = 10 + @aruba_timeout_seconds = 60 end