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/10/26 10:28:33 UTC

[camel] 02/04: Bump threshold for test

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

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

commit a468fc60adab6e31b931d4b97dc2985f29f04952
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Oct 26 09:57:26 2023 +0200

    Bump threshold for test
---
 .../spring/interceptor/TransactedStackSizeBreakOnExceptionTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-spring-xml/src/test/java/org/apache/camel/spring/interceptor/TransactedStackSizeBreakOnExceptionTest.java b/components/camel-spring-xml/src/test/java/org/apache/camel/spring/interceptor/TransactedStackSizeBreakOnExceptionTest.java
index b1a6de28a69..11149462fd3 100644
--- a/components/camel-spring-xml/src/test/java/org/apache/camel/spring/interceptor/TransactedStackSizeBreakOnExceptionTest.java
+++ b/components/camel-spring-xml/src/test/java/org/apache/camel/spring/interceptor/TransactedStackSizeBreakOnExceptionTest.java
@@ -27,7 +27,7 @@ public class TransactedStackSizeBreakOnExceptionTest extends TransactionClientDa
 
     private static final boolean PRINT_STACK_TRACE = false;
     private int total = 100;
-    private int failAt = 75;
+    private int failAt = 80;
 
     @Test
     public void testStackSize() throws Exception {