Skip to content

Commit

Permalink
Revert "firefox: set build timeout at eight hours"
Browse files Browse the repository at this point in the history
The default timeout is 10h on Hydra currently, so this timeout
setting is pointless or counterproductive.
This commit seems to have been made in error
#96767 (comment)

This reverts commit c57fedb.
  • Loading branch information
roberth committed Nov 11, 2020
1 parent e66ba6b commit 739b762
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/applications/networking/browsers/firefox/packages.nix
Expand Up @@ -26,7 +26,6 @@ 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 739b762

Please sign in to comment.