Skip to content

Commit 330f1cd

Browse files
committed
Increase group timeout for AggregatorIntTests
https://build.spring.io/browse/INT-MAIN-561/
1 parent 298b240 commit 330f1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-core/src/test/java/org/springframework/integration/aggregator/integration/AggregatorIntegrationTests-context.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
<aggregator input-channel="groupTimeoutExpressionAggregatorInput" output-channel="output" discard-channel="discard"
4949
send-partial-result-on-expiry="true"
50-
group-timeout-expression="size() ge 2 ? new java.util.Date(timestamp + 200) : null"
50+
group-timeout-expression="size() ge 2 ? new java.util.Date(timestamp + 500) : null"
5151
release-strategy-expression="messages[0].headers.sequenceNumber == messages[0].headers.sequenceSize"/>
5252

5353
<aggregator input-channel="zeroGroupTimeoutExpressionAggregatorInput" output-channel="output" discard-channel="discard"

0 commit comments

Comments
 (0)