about summary refs log tree commit diff
path: root/nixpkgs
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2020-08-31 15:07:19 +0200
committerAlyssa Ross <hi@alyssa.is>2020-09-29 11:53:32 +0000
commit47eec2977a43dbb5e3ea01b0b6b9f915c4ba5241 (patch)
tree40c2af3180bfb71d8a1599acb3ea168a6b13b416 /nixpkgs
parent625b9543c632d33ecfe5ab7c2cf5ab1e5ed2c6da (diff)
downloadnixlib-47eec2977a43dbb5e3ea01b0b6b9f915c4ba5241.tar
nixlib-47eec2977a43dbb5e3ea01b0b6b9f915c4ba5241.tar.gz
nixlib-47eec2977a43dbb5e3ea01b0b6b9f915c4ba5241.tar.bz2
nixlib-47eec2977a43dbb5e3ea01b0b6b9f915c4ba5241.tar.lz
nixlib-47eec2977a43dbb5e3ea01b0b6b9f915c4ba5241.tar.xz
nixlib-47eec2977a43dbb5e3ea01b0b6b9f915c4ba5241.tar.zst
nixlib-47eec2977a43dbb5e3ea01b0b6b9f915c4ba5241.zip
firefox: set build timeout at eight hours
(cherry picked from commit 51428e8d38271d14146211867984b8742d304ea4)
Diffstat (limited to 'nixpkgs')
-rw-r--r--nixpkgs/pkgs/applications/networking/browsers/firefox/packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/networking/browsers/firefox/packages.nix b/nixpkgs/pkgs/applications/networking/browsers/firefox/packages.nix
index d0661ebc3e17..49e212ddfe9a 100644
--- a/nixpkgs/pkgs/applications/networking/browsers/firefox/packages.nix
+++ b/nixpkgs/pkgs/applications/networking/browsers/firefox/packages.nix
@@ -22,6 +22,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";