Timeout conda install of root_numpy in CI
This PR modifies the conda CI jobs to timeout the conda install root_numpy
command after 2 minutes, so as to not timeout the whole build (e.g. here). root_numpy
is an optional dependency, and this only times out on python2.7
, so we don't really care if we don't have it in every test environment.