make aspects#index slow for ci
This commit is contained in:
parent
a28a861509
commit
ed1dc584d1
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ describe AspectsController do
|
||||||
it 'takes time' do
|
it 'takes time' do
|
||||||
Benchmark.realtime{
|
Benchmark.realtime{
|
||||||
get :index
|
get :index
|
||||||
}.should < 1.0
|
}.should < 1.5
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue