Merge pull request #129212 from lovesegfault/firefox-increase-timeout
firefox: increase timeout to 86400s (24h)
This commit is contained in:
commit
4971b73084
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue