Use default-reply-timeout="2000"

Make the gateway timeout bigger than `group-timeout="1000"`
and smaller than `sleep(5000)` for `TIMEOUT_TEST_THROW` use-case
This commit is contained in:
abilan
2023-01-26 11:36:28 -05:00
parent 64a8649c65
commit e9585ccd07

View File

@@ -30,7 +30,7 @@
<gateway id="gw"
service-interface="org.springframework.integration.samples.tcpclientserver.SimpleGateway"
default-reply-timeout="1000"
default-reply-timeout="2000"
default-request-channel="input" />
<ip:tcp-connection-factory id="client"