mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
libtensorflow: increase meta.timeout to 24h
This commit is contained in:
parent
92029c12ee
commit
69e914bdb3
@ -344,6 +344,7 @@ let
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ jyp abbradar ];
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
timeout = 86400; # 24 hours, needed for darwin
|
||||
broken = !(xlaSupport -> cudaSupport);
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user