Revert "firefox: increase timeout to 86400s (24h)"

This reverts commit c0dd9c3b3d.
This commit is contained in:
Bernardo Meurer 2021-07-04 14:09:07 -07:00
parent 2ad68cf900
commit 436d595c53
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

View File

@ -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 ];
};
}