On slow machines, the StepdownShouldInterruptConfigWrite unit test in replication_coordinator_impl_reconfig_test.cpp can fail due to the reconfig thread here not finishing before we attempt to respond to heartbeats.
A solution would be to wait until the status variable is set, and then respond to heartbeats.