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 f2a8027 CAMEL-14878 : Add extended syntax for durations f2a8027 is described below commit f2a80275a92d22f8fb86e4982de4e06a0bf9383f Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat May 23 08:14:06 2020 +0200 CAMEL-14878 : Add extended syntax for durations --- .../microprofile/faulttolerance/FaultToleranceManagementTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-microprofile-fault-tolerance/src/test/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceManagementTest.java b/components/camel-microprofile-fault-tolerance/src/test/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceManagementTest.java index 5a3a331..75682e3 100644 --- a/components/camel-microprofile-fault-tolerance/src/test/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceManagementTest.java +++ b/components/camel-microprofile-fault-tolerance/src/test/java/org/apache/camel/component/microprofile/faulttolerance/FaultToleranceManagementTest.java @@ -57,7 +57,7 @@ public class FaultToleranceManagementTest extends CamelTestSupport { assertEquals("start", routeId); Long num = (Long)mbeanServer.getAttribute(on, "Delay"); - assertEquals("5", num.toString()); + assertEquals("5000", num.toString()); } @Override