honk if you dont like the 1.9 build being slow
This commit is contained in:
parent
716a7f64b8
commit
72d8b4a7e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue