ctuning / ck-env

CK repository with components and automation actions to enable portable workflows across diverse platforms including Linux, Windows, MacOS and Android. It includes software detection plugins and meta packages (code, data sets, models, scripts, etc) with the possibility of multiple versions to co-exist in a user or system environment.
https://github.com/mlcommons/ck
BSD 3-Clause "New" or "Revised" License
72 stars 25 forks source link

adding timeout when detecting soft version during soft detection #86

Open gfursin opened 5 years ago

gfursin commented 5 years ago

It may still happen that during version detection, some strange soft will be waiting for a user input. In such case, we should add a timeout when invoking a command which detect software version (let's say 10 sec). It's not urgent. Need to check that it works on Linux, Windows and MacOs ...