I've stared to work on developing larger applications, and am struggling to adjust around non-instant builds. Before I would make a small change, then build and test that change. This doesn't work so well when building + unit tests take several minutes. Any suggestions?
Edit - The suggested duplicate is about how to decrease unit test time. My question is not about how to speed up builds, but how to work with long build times.