libtensorflow: set meta.maxSilent, set timeouts only on darwin

https://hydra.nixos.org/build/166438531
This commit is contained in:
Dmitry Kalinkin
2022-02-06 15:38:11 -05:00
parent a5921bc959
commit a7c6c90aaa
@@ -413,8 +413,10 @@ let
license = licenses.asl20;
maintainers = with maintainers; [ jyp abbradar ];
platforms = with platforms; linux ++ darwin;
timeout = 86400; # 24 hours, needed for darwin
broken = !(xlaSupport -> cudaSupport);
} // lib.optionalAttrs stdenv.isDarwin {
timeout = 86400; # 24 hours
maxSilent = 14400; # 4h, double the default of 7200s
};
};