Skip to content

Commit

Permalink
Merge branch 'develop' into feature/fix-memoryleak3
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jan 14, 2025
2 parents 5e4700c + aa119c6 commit 4239095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_simulcast.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_simulcast(
assert "SimulcastEncoderAdapter" in s["encoderImplementation"]
assert encoder_implementation in s["encoderImplementation"]

assert s["bytesSent"] > 1000
assert s["bytesSent"] > 500
assert s["packetsSent"] > 10
# targetBitrate が指定したビットレートの 90% 以上、100% 以下に収まることを確認
expected_bitrate = video_bit_rate * 1000
Expand Down

0 comments on commit 4239095

Please sign in to comment.