Skip to content

Commit

Permalink
Increase loop for await test
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Nov 11, 2023
1 parent 78c1b16 commit b5cff4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_future.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_await
prepare_future.on_success do |statement|
futures = []

10.times do |i|
50.times do |i|
statement.bind(
{
id: i,
Expand All @@ -51,6 +51,6 @@ def test_await
end
prepare_future.await

assert_equal(10, count)
assert_equal(50, count)
end
end

0 comments on commit b5cff4b

Please sign in to comment.