Skip to content

Commit 739b762

Browse files
committedNov 11, 2020
Revert "firefox: set build timeout at eight hours"
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.
1 parent e66ba6b commit 739b762

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎pkgs/applications/networking/browsers/firefox/packages.nix

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ rec {
2626
broken = stdenv.buildPlatform.is32bit; # since Firefox 60, build on 32-bit platforms fails with "out of memory".
2727
# not in `badPlatforms` because cross-compilation on 64-bit machine might work.
2828
license = lib.licenses.mpl20;
29-
timeout = 28800; # eight hours
3029
};
3130
updateScript = callPackage ./update.nix {
3231
attrPath = "firefox-unwrapped";

0 commit comments

Comments
 (0)
Please sign in to comment.