Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FelonEkonom committed Mar 27, 2024
1 parent 415e7c5 commit 95b045f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/membrane/integration/auto_demands_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ defmodule Membrane.Integration.AutoDemandsTest do
end

test "when there is no demand on the output pad", %{pipeline: pipeline} do
manual_flow_queue_size = 40
manual_flow_queue_size = 100

assert_pipeline_notified(pipeline, :filter, :playing)

Expand Down Expand Up @@ -374,7 +374,7 @@ defmodule Membrane.Integration.AutoDemandsTest do
test "when an element returns :pause_auto_demand and :resume_auto_demand action", %{
pipeline: pipeline
} do
manual_flow_queue_size = 40
manual_flow_queue_size = 100
auto_flow_demand_size = 400

assert_pipeline_notified(pipeline, :filter, :playing)
Expand Down

0 comments on commit 95b045f

Please sign in to comment.