Skip to content

Commit ebb54b3

Browse files
committed
Increase wait time in test so cursor reaper has a chance to reap
1 parent ac560c2 commit ebb54b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/mongo/cluster/cursor_reaper_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
reaper.register_cursor(cursor_id)
5858
reaper.schedule_kill_cursor(cursor_id, op_spec_1, server)
5959
reaper.run!
60-
sleep(Mongo::Cluster::CursorReaper::FREQUENCY + 0.5)
60+
sleep(Mongo::Cluster::CursorReaper::FREQUENCY + 1)
6161
end
6262

6363
it 'executes the ops in the thread' do

0 commit comments

Comments
 (0)