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 {
|
mapAttrs (channel: chromiumPkg: makeTest rec {
|
||||||
name = "chromium-${channel}";
|
name = "chromium-${channel}";
|
||||||
meta = with pkgs.stdenv.lib.maintainers; {
|
meta = {
|
||||||
maintainers = [ aszlig ];
|
maintainers = with maintainers; [ aszlig ];
|
||||||
|
# https://github.com/NixOS/hydra/issues/591#issuecomment-435125621
|
||||||
|
inherit (chromiumPkg.meta) timeout;
|
||||||
};
|
};
|
||||||
|
|
||||||
enableOCR = true;
|
enableOCR = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user