firefox: increase silent timeout to 14400s (4h)

Fixes: #129115
Replaces: #129212
launchpad/nixpkgs/master
Bernardo Meurer 3 years ago
parent 436d595c53
commit 919e2a98ac
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246
  1. 1
      pkgs/applications/networking/browsers/firefox/packages.nix

@ -21,6 +21,7 @@ rec {
badPlatforms = lib.platforms.darwin;
broken = stdenv.buildPlatform.is32bit; # since Firefox 60, build on 32-bit platforms fails with "out of memory".
# not in `badPlatforms` because cross-compilation on 64-bit machine might work.
maxSilent = 14400; # 4h, double the default of 7200s (c.f. #129212, #129115)
license = lib.licenses.mpl20;
};
tests = [ nixosTests.firefox ];

Loading…
Cancel
Save