test_mpv_options: update demuxer_max_bytes assertion (50→150MiB)

This commit is contained in:
pax 2026-04-11 20:01:29 -05:00
parent c1af3f2e02
commit 553734fe79

View File

@ -81,7 +81,7 @@ def test_existing_options_preserved():
# Network tuning from the uncached-video fast path. # Network tuning from the uncached-video fast path.
assert kwargs["cache"] == "yes" assert kwargs["cache"] == "yes"
assert kwargs["cache_pause"] == "no" assert kwargs["cache_pause"] == "no"
assert kwargs["demuxer_max_bytes"] == "50MiB" assert kwargs["demuxer_max_bytes"] == "150MiB"
assert kwargs["network_timeout"] == "10" assert kwargs["network_timeout"] == "10"
# Existing input lockdown (primary — input_conf is defense-in-depth). # Existing input lockdown (primary — input_conf is defense-in-depth).
assert kwargs["input_default_bindings"] is False assert kwargs["input_default_bindings"] is False