Increase restartAfterRequestTimerExpiresWhenNotGettingRecordsAfterInitialization wait time
increase the added wait time to avoid testing failures on slow machines
This commit is contained in:
parent
d49b320c0c
commit
584cbd8250
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ public class ShardConsumerSubscriberTest {
|
|||
// First try to start subscriptions.
|
||||
synchronized (processedNotifier) {
|
||||
subscriber.startSubscriptions();
|
||||
processedNotifier.wait(10);
|
||||
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