Skip to content

Commit fe70194

Browse files
committed
time
1 parent b27bba1 commit fe70194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/binary_search/list_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
large_list | other_large_list
218218
large_list & other_large_list
219219
large_list - other_large_list
220-
}.to perform_under(1).sec
220+
}.to perform_under(2).sec
221221

222222
expect((large_list | other_large_list).size).to be_within(10).of(150_000)
223223
expect((large_list & other_large_list).size).to be_within(10).of(50_000)

0 commit comments

Comments
 (0)