Increase timeout for DefaultAggregatorTests

This commit is contained in:
Corneil du Plessis
2023-02-07 21:40:28 +02:00
parent 5b6ded7358
commit 202de585ad

View File

@@ -61,7 +61,7 @@ public class DefaultAggregatorTests extends AbstractAggregatorFunctionTests {
.hasSize(2)
.contains("1", "2"))
.thenCancel()
.verify(Duration.ofSeconds(10));
.verify(Duration.ofSeconds(30));
assertThat(this.messageGroupStore).isNull();
assertThat(this.aggregatingMessageHandler.getMessageStore()).isInstanceOf(SimpleMessageStore.class);