gst_all_1.gst-plugins-rs: remove --timeout-multiplier

Unnecessary as of 54522e10d5.
This commit is contained in:
Emily
2024-11-21 03:04:15 +00:00
parent b24cfd292f
commit e02872f2a0
@@ -240,8 +240,7 @@ stdenv.mkDerivation (finalAttrs: {
export CSOUND_LIB_DIR=${lib.getLib csound}/lib
'';
# give meson longer before timing out for tests
mesonCheckFlags = [ "--verbose" "--timeout-multiplier" "12" ];
mesonCheckFlags = [ "--verbose" ];
doInstallCheck = (lib.elem "webp" selectedPlugins) && !stdenv.hostPlatform.isStatic &&
stdenv.hostPlatform.isElf;