Skip to content

Commit

Permalink
Add Process.sleep(100) to the "generate_data" test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmi committed Jun 10, 2024
1 parent 8c052f7 commit 8974b10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/examples/parcels_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ defmodule Strom.Examples.ParcelsTest do
|> Composite.start()

Composite.call(%{stream: List.duplicate(:tick, @orders_count)}, gen_data)
Process.sleep(100)
Composite.stop(gen_data)
end

Expand Down

0 comments on commit 8974b10

Please sign in to comment.