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 50cfa13b2f14 Speedup test a bit
50cfa13b2f14 is described below
commit 50cfa13b2f144cd0e19298dc3afff0c43ebee87f
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Oct 23 14:58:58 2025 +0200
Speedup test a bit
---
.../java/org/apache/camel/issues/SplitParallelSharedUoWIssueTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/camel-management/src/test/java/org/apache/camel/issues/SplitParallelSharedUoWIssueTest.java
b/core/camel-management/src/test/java/org/apache/camel/issues/SplitParallelSharedUoWIssueTest.java
index 52cb7b04418c..2b9eb47feae4 100644
---
a/core/camel-management/src/test/java/org/apache/camel/issues/SplitParallelSharedUoWIssueTest.java
+++
b/core/camel-management/src/test/java/org/apache/camel/issues/SplitParallelSharedUoWIssueTest.java
@@ -25,7 +25,7 @@ import org.junit.jupiter.api.RepeatedTest;
public class SplitParallelSharedUoWIssueTest extends ManagementTestSupport {
- @RepeatedTest(1000)
+ @RepeatedTest(100)
public void testSplitParallelShareeUoW() throws Exception {
getMockEndpoint("mock:line").expectedMessageCount(1000);
getMockEndpoint("mock:result").expectedMessageCount(1);