Fix various sporadic test failures
* Increase a `default-delay="1000"` for `GatewayInterfaceTests` to test the late reply scenario * Use a `ConcurrentHashMap` for `JdbcMessageStore.queryCache` to avoid a possible `ConcurrentModificationException`
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<int:header-enricher>
|
||||
<int:error-channel ref="errorChannel" overwrite="true"/>
|
||||
</int:header-enricher>
|
||||
<int:delayer id="delayer" default-delay="100"/>
|
||||
<int:delayer id="delayer" default-delay="1000"/>
|
||||
</int:chain>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user