Increase timeout for DefaultAggregatorTests

This commit is contained in:
Corneil du Plessis
2023-02-07 21:40:28 +02:00
parent 000e7db1b2
commit 3a0479a3ad

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);