firefox: increase timeout to 86400s (24h)

Fixes: #129115
This commit is contained in:
Bernardo Meurer 2021-07-03 23:59:40 -07:00
parent af7a317f79
commit c0dd9c3b3d
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

View File

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