15da2e0a
by Brendan McGrath at 2026-02-23T22:42:39+01:00
mf/tests: Fix potential race conditions in test.
This fixes two potential race conditions:
1. That we can process the sample_event and check the sinks collection count
prior to the sink adding the new sample to its collection; and
2. That the source stream can add multiple samples to its collection within
the time it takes for us to process a single event.