From c0dd9c3b3dffb6be8a60f0c92109a5e037f63012 Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Sat, 3 Jul 2021 23:59:40 -0700 Subject: [PATCH] firefox: increase timeout to 86400s (24h) Fixes: #129115 --- pkgs/applications/networking/browsers/firefox-bin/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/browsers/firefox-bin/default.nix b/pkgs/applications/networking/browsers/firefox-bin/default.nix index 725205c5c209..d16c625e2dba 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 ]; }; }