INT-1884 polished test that intermittently break CI
Increased the 'await' time in JdbcMessageStoreChannelIntegrationTests.testTransactionalSendAndReceive(), polished InnerDefinitionHandlerAwareEndpointParserTests.testAggregatorDefinitionSuccess to avoid NPE and increased its receive timeout as well
This commit is contained in:
@@ -115,7 +115,7 @@ public class JdbcMessageStoreChannelIntegrationTests {
|
||||
boolean result = input.send(new GenericMessage<String>("foo"), 500L);
|
||||
// This will time out because the transaction has not committed yet
|
||||
try {
|
||||
Service.await(1000);
|
||||
Service.await(3000);
|
||||
fail("Expected timeout");
|
||||
} catch (Exception e) {
|
||||
// expected
|
||||
|
||||
Reference in New Issue
Block a user