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

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-jbang-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 3d5f446  Increase number of check for test on edit examples
3d5f446 is described below

commit 3d5f446006fcd63875f15c4cfce6345f7c9a6d26
Author: Aurélien Pupier <apup...@redhat.com>
AuthorDate: Thu Apr 3 15:10:32 2025 +0200

    Increase number of check for test on edit examples
    
    in case it is failing on CI because there is no cache and it takes too
    much time to start the route and download the dependencies
    
    Signed-off-by: Aurélien Pupier <apup...@redhat.com>
---
 edi-x12-as2/test/edi-x12-as2.camel.it.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/edi-x12-as2/test/edi-x12-as2.camel.it.yaml 
b/edi-x12-as2/test/edi-x12-as2.camel.it.yaml
index e309788..e5eb2d1 100644
--- a/edi-x12-as2/test/edi-x12-as2.camel.it.yaml
+++ b/edi-x12-as2/test/edi-x12-as2.camel.it.yaml
@@ -39,7 +39,7 @@ actions:
   - camel:
       jbang:
         verify:
-          maxAttempts: 3
+          maxAttempts: 20
           integration: "edi-x12-as2-camel"
           logMessage: ST*997*0001~
           delayBetweenAttempts: 5000
\ No newline at end of file

Reply via email to