Description
The SedaDefaultDiscardWhenFullTest and SedaDiscardWhenFullTest assume that a delay of 100msec is sufficient to ensure that at least one message is consumed so another can be sent without being discarded. During parallel execution this is not always the case since the consumer doesn't always get run in time.
Modify test to delay until the mock consumes at least 1 message.