From 553734fe79c6902dd62fc44841318a06666dee44 Mon Sep 17 00:00:00 2001 From: pax Date: Sat, 11 Apr 2026 20:01:29 -0500 Subject: [PATCH] =?UTF-8?q?test=5Fmpv=5Foptions:=20update=20demuxer=5Fmax?= =?UTF-8?q?=5Fbytes=20assertion=20(50=E2=86=92150MiB)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/gui/media/test_mpv_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gui/media/test_mpv_options.py b/tests/gui/media/test_mpv_options.py index ce0806a..d9ab5b8 100644 --- a/tests/gui/media/test_mpv_options.py +++ b/tests/gui/media/test_mpv_options.py @@ -81,7 +81,7 @@ def test_existing_options_preserved(): # Network tuning from the uncached-video fast path. assert kwargs["cache"] == "yes" assert kwargs["cache_pause"] == "no" - assert kwargs["demuxer_max_bytes"] == "50MiB" + assert kwargs["demuxer_max_bytes"] == "150MiB" assert kwargs["network_timeout"] == "10" # Existing input lockdown (primary — input_conf is defense-in-depth). assert kwargs["input_default_bindings"] is False