Would you believe if I said this behavior, including the limit value, is stated in the plugin manual? 😉 Having the limit keeps the calculation a bit more steady (at 70 minutes I wouldn't expect the CPA solution to be very stable), and helps with performance - instead of working with spherical geometry, derivatives and such, the plugin takes the easy way and just splits the predicted path to one-minute segments and tests for CPA in each of them in order using plane geometry. Mathematically simple, but the prediction limit then has a direct impact on the number of calculations.
The limit is already adjustable using the settings, up to 999 minutes. To be more in line with the real system, in the future, when the calculation limit is reached before finding the CPA, the plugin will flag the solution as divergent, instead of displaying the smallest separation within the calculation limit.