src/es_pii_tool/helpers/steps.py [509:519]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    pause, timeout = timing('ilm')
    logger.debug(f'ENV pause = {pause}, timeout = {timeout}')
    try:
        # Update in es_wait 0.9.2:
        # - If you send phase='new', it will wait for the phase to be 'new' or higher
        # - This is where a user was getting stuck. They were waiting for 'new' but
        # - the phase was already 'frozen', so it was endlessly checking for 'new'.
        es_waiter(
            var.client,
            IlmPhase,
            name=var.mount_name,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/es_pii_tool/helpers/steps.py [608:614]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            pause, timeout = timing('ilm')
            logger.debug(f'ENV pause = {pause}, timeout = {timeout}')
            try:
                es_waiter(
                    var.client,
                    IlmPhase,
                    name=var.mount_name,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



