4298be05d2
The current implementation may miss waiting for config change to actually happen as it in some circumstances jumps to waiting for a idle state prior to the model executing anything. Add a wait for agent status `executing` immediatelly after config change to avoid this. Fixes #123