Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Noarkhh committed Jun 26, 2024
1 parent 414c71b commit 365b769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/membrane_vpx_plugin/vpx_encoder_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ defmodule Membrane.VPx.EncoderTest do
|> child(:sink, %Membrane.File.Sink{location: output_path})
)

assert_end_of_stream(pid, :sink, :input, 5000)
assert_end_of_stream(pid, :sink, :input, 10_000)

assert File.read!(ref_path) == File.read!(output_path)
end
Expand Down

0 comments on commit 365b769

Please sign in to comment.