Skip to content

Commit

Permalink
firefox: set build timeout at eight hours
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmry committed Aug 31, 2020
1 parent 425d945 commit c57fedb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/networking/browsers/firefox/packages.nix
Expand Up @@ -26,6 +26,7 @@ rec {
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.
license = lib.licenses.mpl20;
timeout = 28800; # eight hours
};
updateScript = callPackage ./update.nix {
attrPath = "firefox-unwrapped";
Expand Down

0 comments on commit c57fedb

Please sign in to comment.