INT-1346 Increase Timeout on Failing Aggregator Test

This commit is contained in:
Gary Russell
2010-08-10 21:24:51 +00:00
parent 390cc84c5b
commit 414d5e64a9

View File

@@ -53,7 +53,7 @@ public class DefaultMessageAggregatorIntegrationTests {
private PollableChannel output;
@SuppressWarnings("unchecked")
@Test(timeout = 1000)
@Test(timeout = 10000)
public void testAggregation() throws Exception {
for (int i = 0; i < 5; i++) {
Map<String, Object> headers = stubHeaders(i, 5, 1);