You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/08/12 13:41:59 UTC

[camel] branch main updated: camel-core : Reduce repeat test to 10

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 06b490ba651 camel-core : Reduce repeat test to 10
06b490ba651 is described below

commit 06b490ba6519817bc7dabbcf94b882376de520db
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Aug 12 15:41:49 2023 +0200

    camel-core : Reduce repeat test to 10
---
 .../test/java/org/apache/camel/processor/SplitParallelTimeoutTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-core/src/test/java/org/apache/camel/processor/SplitParallelTimeoutTest.java b/core/camel-core/src/test/java/org/apache/camel/processor/SplitParallelTimeoutTest.java
index d0adc902fec..152ce176ef7 100644
--- a/core/camel-core/src/test/java/org/apache/camel/processor/SplitParallelTimeoutTest.java
+++ b/core/camel-core/src/test/java/org/apache/camel/processor/SplitParallelTimeoutTest.java
@@ -49,7 +49,7 @@ public class SplitParallelTimeoutTest extends ContextTestSupport {
         template.sendBody("direct:start", "A,B,C");
     }
 
-    @RepeatedTest(20)
+    @RepeatedTest(10)
     public void testSplitParallelTimeout() throws Exception {
         MockEndpoint mock = getMockEndpoint("mock:result");
         // A will timeout so we only get B and/or C