Upgrades and fixes for compatibility

This commit is contained in:
Artem Bilan
2016-08-18 12:42:06 -04:00
parent 11151efc8c
commit 6ccad0daa8
8 changed files with 1197 additions and 29 deletions

View File

@@ -42,7 +42,7 @@ import org.springframework.messaging.PollableChannel;
*/
public class JmsInboundChannelAdapterParserTests {
private final long timeoutOnReceive = 3000;
private final long timeoutOnReceive = 20000;
@Test
public void adapterWithJmsTemplate() {