gupnp_1_6: Increase test timeout

Hopefully helps https://hydra.nixos.org/build/274566596/nixlog/2, I am not sure.
This commit is contained in:
Bobby Rong 2024-10-08 23:03:27 +08:00
parent a506339b29
commit 7f4542cba5
No known key found for this signature in database

View File

@ -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"