During Salt resource creation, there is a 30-minute timeout for each Salt task polls for the status of the salt job for the below:
- deploy.minion
- key.accept
- state.apply
If the status of the task in progress (ex: state.apply) has not been updated in 30 minutes, the salt resource creation will fail. This has been noted as an issue when there are long running state files.