Further Improve Kafka Test Run Time

Configurable `timeoutBuffer`.
This commit is contained in:
Gary Russell
2020-10-16 15:43:13 -04:00
committed by Artem Bilan
parent a136b5b49a
commit 75d14d32e7
2 changed files with 25 additions and 8 deletions

View File

@@ -122,6 +122,7 @@ class KafkaOutboundAdapterParserTests {
handler.setSync(true);
handler.setSendTimeout(10);
handler.setTimeoutBuffer(200);
handler.setTopicExpression(new LiteralExpression("foo"));
Executors.newSingleThreadExecutor()