#3530660: Introduce time-limit option for search-api:index command
This time limit is a best effort, not a exact time out. Given the underlying code uses Batch API to run the indexing, a more exact bail out is not truly possible. Instead, do check after each batch is processed, and act accordingly.
Closes #3530660