mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
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:
parent
a506339b29
commit
7f4542cba5
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user