From 72d8b4a7e619a615eb24af4d5fcdb81a4085bf2a Mon Sep 17 00:00:00 2001
From: maxwell <maxwell@joindiaspora.com>
Date: Wed, 30 Mar 2011 15:47:47 -0700
Subject: [PATCH] honk if you dont like the 1.9 build being slow

---
 spec/controllers/people_controller_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/controllers/people_controller_spec.rb b/spec/controllers/people_controller_spec.rb
index 73d18d99d7..9193a11845 100644
--- a/spec/controllers/people_controller_spec.rb
+++ b/spec/controllers/people_controller_spec.rb
@@ -80,7 +80,7 @@ describe PeopleController do
     it 'takes time' do
       Benchmark.realtime {
         get :show, :id => @user.person.id
-      }.should < 0.8
+      }.should < 1.0
     end
   end
 
-- 
GitLab