atomic-server
atomic-server copied to clipboard
Fix flaky tests
I want to release, but first the tests need to pass consistently.
Flakyness in tests have two causes:
- Commit B can be processed earlier than older commit A
- Commit B can be sent after commit A (I think because of
useDebounce)
This can cause flaky tests where lots of changes are sent in succession.