Skip to content

Commit

Permalink
Refactor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FelonEkonom committed Mar 20, 2024
1 parent a83dd86 commit f712328
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/membrane/integration/delayed_demands_loop_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ defmodule Membrane.Test.DelayedDemandsLoopTest do
end

defp do_test(sinks_number) do
# auto_demand_size is smaller than delayed_demands_loop_counter_limit to ensure, that counter
# doesn't reset after calling handle_demand caused by reading positive atomic demand value
# during the snaphsot
# auto_demand_size is smaller than delayed_demands_loop_counter_limit, to ensure that
# after a snapshot, the counter is not reset
auto_demand_size = 15
requests_number = 20

Expand Down

0 comments on commit f712328

Please sign in to comment.