# this file should not be included in knapsack_rspec_report.json
describe 'Leftover Slow A' do
  it { sleep 1 }
  it { sleep 0.1 }
  it { sleep 0.5 }
  it { sleep 3 }
  it { sleep 1 }
end
