It seems that in tests/unit/cube/test_Cube.py -v Test_slices_over many of the tests got much slower when introducing the new lazy data handling (#2364).
E.G. test_1d_slice_coord_given, taking 12sec instead of 1.7.
E.G. whole of Test_slices_over takes 75sec instead of 9.9sec.
This is decidedly peculiar, as the test data used is not lazy but a real numpy array ?