Merge pull request #129212 from lovesegfault/firefox-increase-timeout

firefox: increase timeout to 86400s (24h)
This commit is contained in:
Robert Hensing 2021-07-04 09:41:23 +02:00 committed by GitHub
commit 4971b73084
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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