diff --git a/pkgs/development/libraries/gupnp/1.6.nix b/pkgs/development/libraries/gupnp/1.6.nix index eb8abeb28953..46714e2e25bd 100644 --- a/pkgs/development/libraries/gupnp/1.6.nix +++ b/pkgs/development/libraries/gupnp/1.6.nix @@ -51,6 +51,11 @@ stdenv.mkDerivation rec { doCheck = true; + mesonCheckFlags = [ + # The service-proxy test takes 28s on ofborg, which is too close to the time limit. + "--timeout-multiplier" "2" + ]; + postFixup = '' # Cannot be in postInstall, otherwise _multioutDocs hook in preFixup will move right back. moveToOutput "share/doc" "$devdoc"