Add a delay to bud reloading?

Sometimes in Sage 10, the page will “refresh” on inject changes with yarn dev but it seems to fire before Tailwind or the assets are done compiling. It seems to usually happen when new classes are added or the config is modified. When it happens I just have to cmd + r or refresh to see my changes, almost because Bud is refreshing/injecting changes before they’re ready.

Is there any way to add like a 200ms or 400ms delay to the reload? I know traditional browsersync has this option and we sometimes had to enabled it.