Reduce turbo hmr e2e flakiness (#72114)
Running the tests continuously for an hour on my PC, the tests succeeded
with no failure.
```
while pnpm test-dev-turbo test/development/app-hmr/hmr.test.ts; do :; done
```
Will monitor the flakiness after this lands. Hope it reduces it below
20%.