Skip to content

Commit

Permalink
Reduce number of iterations in allocation test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Oct 16, 2024
1 parent 48fa5b3 commit d735f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/io/event/selector/allocation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
it "can allocate and deallocate multiple times" do
pipes = 1000.times.collect{IO.pipe}

100000.times do
1000.times do
selector = subject.new(Fiber.current)

10.times do
Expand Down

0 comments on commit d735f9f

Please sign in to comment.