honk if you dont like the 1.9 build being slow

This commit is contained in:
maxwell 2011-03-30 15:47:47 -07:00
parent 716a7f64b8
commit 72d8b4a7e6

View file

@ -80,7 +80,7 @@ describe PeopleController do
it 'takes time' do it 'takes time' do
Benchmark.realtime { Benchmark.realtime {
get :show, :id => @user.person.id get :show, :id => @user.person.id
}.should < 0.8 }.should < 1.0
end end
end end