libtensorflow: increase meta.timeout to 24h

This commit is contained in:
Dmitry Kalinkin 2021-11-20 14:30:30 -05:00 committed by tomberek
parent 92029c12ee
commit 69e914bdb3

View File

@ -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);
};
};