mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Revert "firefox: increase timeout to 86400s (24h)"
This reverts commit c0dd9c3b3d
.
This commit is contained in:
parent
2ad68cf900
commit
436d595c53
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user