forked from mirrors/nixpkgs
chromium tests: inherit timeout from the package
/cc #49442. It should decrease the waste of resources due to abortions.
This commit is contained in:
parent
c8e2b666a7
commit
cc41aefe44
|
@ -12,8 +12,10 @@ with pkgs.lib;
|
|||
|
||||
mapAttrs (channel: chromiumPkg: makeTest rec {
|
||||
name = "chromium-${channel}";
|
||||
meta = with pkgs.stdenv.lib.maintainers; {
|
||||
maintainers = [ aszlig ];
|
||||
meta = {
|
||||
maintainers = with maintainers; [ aszlig ];
|
||||
# https://github.com/NixOS/hydra/issues/591#issuecomment-435125621
|
||||
inherit (chromiumPkg.meta) timeout;
|
||||
};
|
||||
|
||||
enableOCR = true;
|
||||
|
|
Loading…
Reference in a new issue