4726db35af
When changing config we have a race that make the idle/ready check run *before* the `config-changed` hook has started executing on units. Subsequently tests are sometimes executed before or while configuration change is in progress, leading to intermittent false negative test failures. Fixes #113