Increase restartAfterRequestTimerExpiresWhenNotGettingRecordsAfterInitialization wait time

increase the added wait time to avoid testing failures on slow machines
This commit is contained in:
furq-aws 2023-03-22 14:22:00 -07:00
parent d49b320c0c
commit 584cbd8250

View file

@ -339,7 +339,7 @@ public class ShardConsumerSubscriberTest {
// First try to start subscriptions. // First try to start subscriptions.
synchronized (processedNotifier) { synchronized (processedNotifier) {
subscriber.startSubscriptions(); subscriber.startSubscriptions();
processedNotifier.wait(10); processedNotifier.wait(100);
} }
// Verifying that there are no interactions with shardConsumer mock indicating no records were sent back and // Verifying that there are no interactions with shardConsumer mock indicating no records were sent back and