Commit 7dfba610 authored by Alex Kalderimis's avatar Alex Kalderimis

Reduce the range to size of 5

This is a bit more acceptable: just under 2min, and 1175 examples.
parent a506adc1
......@@ -14,7 +14,7 @@ RSpec.describe RelativePositioning::Mover do
create(:issue, author: user, project: parent, relative_position: pos)
end
range = (101..106)
range = (101..105)
indices = (0..).take(range.size)
let(:start) { ((range.first + range.last) / 2.0).floor }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment