Add wait for flaky restartAfterRequestTimerExpiresWhenInitialTaskExecutionIsRejected test
This commit is contained in:
parent
584cbd8250
commit
c0895e5647
1 changed files with 1 additions and 0 deletions
|
|
@ -400,6 +400,7 @@ public class ShardConsumerSubscriberTest {
|
|||
// First try to start subscriptions.
|
||||
synchronized (processedNotifier) {
|
||||
subscriber.startSubscriptions();
|
||||
processedNotifier.wait(100);
|
||||
}
|
||||
|
||||
// Verifying that there are no interactions with shardConsumer mock indicating no records were sent back and
|
||||
|
|
|
|||
Loading…
Reference in a new issue