This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 74ca2ff Fixed test 74ca2ff is described below commit 74ca2ff3ee75253cdb1d30270ac8d798fc921268 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat May 23 09:44:13 2020 +0200 Fixed test --- .../org/apache/camel/component/sjms/producer/QueueProducerQoSTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/QueueProducerQoSTest.java b/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/QueueProducerQoSTest.java index 54f250e..2c7f824 100644 --- a/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/QueueProducerQoSTest.java +++ b/components/camel-sjms/src/test/java/org/apache/camel/component/sjms/producer/QueueProducerQoSTest.java @@ -44,7 +44,7 @@ public class QueueProducerQoSTest extends JmsTestSupport { Assume.assumeFalse(externalAmq); mockExpiredAdvisory.expectedMessageCount(1); - String endpoint = String.format("sjms:queue:%s?ttl=1000&exchangePattern=InOut&responseTimeOut=500ms", TEST_INOUT_DESTINATION_NAME); + String endpoint = String.format("sjms:queue:%s?ttl=1000&exchangePattern=InOut&responseTimeOut=500", TEST_INOUT_DESTINATION_NAME); try { template.requestBody(endpoint, "test message");