make aspects#index slow for ci

This commit is contained in:
maxwell 2011-01-24 18:03:14 -08:00
parent a28a861509
commit ed1dc584d1

View file

@ -97,7 +97,7 @@ describe AspectsController do
it 'takes time' do
Benchmark.realtime{
get :index
}.should < 1.0
}.should < 1.5
end
end
end