From 436d595c537ec838917d802361dd2870ccaed2cf Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Sun, 4 Jul 2021 14:09:07 -0700 Subject: [PATCH] Revert "firefox: increase timeout to 86400s (24h)" This reverts commit c0dd9c3b3dffb6be8a60f0c92109a5e037f63012. --- pkgs/applications/networking/browsers/firefox-bin/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/networking/browsers/firefox-bin/default.nix b/pkgs/applications/networking/browsers/firefox-bin/default.nix index d16c625e2dba..725205c5c209 100644 --- a/pkgs/applications/networking/browsers/firefox-bin/default.nix +++ b/pkgs/applications/networking/browsers/firefox-bin/default.nix @@ -203,7 +203,6 @@ 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 ]; }; }