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 d3dee81764a Extra offer timeout for slower CI tests that makes the 
test flaky
d3dee81764a is described below

commit d3dee81764ac467e8ed88d39ef30f8dde7864520
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Aug 4 10:04:09 2022 +0200

    Extra offer timeout for slower CI tests that makes the test flaky
---
 .../java/org/apache/camel/component/seda/SedaBlockWhenFullTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/camel-core/src/test/java/org/apache/camel/component/seda/SedaBlockWhenFullTest.java
 
b/core/camel-core/src/test/java/org/apache/camel/component/seda/SedaBlockWhenFullTest.java
index 6836456d0c4..4a7b9c0ca83 100644
--- 
a/core/camel-core/src/test/java/org/apache/camel/component/seda/SedaBlockWhenFullTest.java
+++ 
b/core/camel-core/src/test/java/org/apache/camel/component/seda/SedaBlockWhenFullTest.java
@@ -37,7 +37,7 @@ public class SedaBlockWhenFullTest extends ContextTestSupport 
{
     private static final String SEDA_WITH_OFFER_TIMEOUT_URI
             = "seda:blockingFoo" + String.format(SIZE_PARAM, QUEUE_SIZE) + 
"&blockWhenFull=true&offerTimeout=200";
     private static final String BLOCK_WHEN_FULL_URI
-            = "seda:blockingBar" + String.format(SIZE_PARAM, QUEUE_SIZE) + 
"&blockWhenFull=true&timeout=0&offerTimeout=300";
+            = "seda:blockingBar" + String.format(SIZE_PARAM, QUEUE_SIZE) + 
"&blockWhenFull=true&timeout=0&offerTimeout=1000";
     private static final String DEFAULT_URI = "seda:foo" + 
String.format(SIZE_PARAM, QUEUE_SIZE);
 
     @Override

Reply via email to