about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2021-07-03 23:59:40 -0700
committerBernardo Meurer <bernardo@meurer.org>2021-07-03 23:59:43 -0700
commitc0dd9c3b3dffb6be8a60f0c92109a5e037f63012 (patch)
treef310ee973fd2ba49df3b18f76381769a189938cf /pkgs/applications/networking/browsers
parentaf7a317f79d07270a5ac036e3d22083f7ff6b2be (diff)
firefox: increase timeout to 86400s (24h)
Fixes: #129115
Diffstat (limited to 'pkgs/applications/networking/browsers')
-rw-r--r--pkgs/applications/networking/browsers/firefox-bin/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/firefox-bin/default.nix b/pkgs/applications/networking/browsers/firefox-bin/default.nix
index 725205c5c2098..d16c625e2dba0 100644
--- a/pkgs/applications/networking/browsers/firefox-bin/default.nix
+++ b/pkgs/applications/networking/browsers/firefox-bin/default.nix
@@ -203,6 +203,7 @@ stdenv.mkDerivation {
       url = "http://www.mozilla.org/en-US/foundation/trademarks/policy/";
     };
     platforms = builtins.attrNames mozillaPlatforms;
+    timeout = 86400; # 24 hours (increased from the Hydra default of 10h, c.f. #129115)
     maintainers = with maintainers; [ taku0 lovesegfault ];
   };
 }