Repository: james-project
Updated Branches:
  refs/heads/master edac1840a -> bc079d2f6


JAMES-2544 Increase timeout of ConcurrentEnqueueDequeue

It seems that the CI is too slow for RabbitMQMailQueue regarding the configured 
timeout


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/bc079d2f
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/bc079d2f
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/bc079d2f

Branch: refs/heads/master
Commit: bc079d2f620d3a20046d0f6d8f85331df45c5175
Parents: 7ac8c9f
Author: Benoit Tellier <[email protected]>
Authored: Mon Nov 26 12:07:25 2018 +0700
Committer: Benoit Tellier <[email protected]>
Committed: Tue Nov 27 17:41:58 2018 +0700

----------------------------------------------------------------------
 .../test/java/org/apache/james/queue/api/MailQueueContract.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/bc079d2f/server/queue/queue-api/src/test/java/org/apache/james/queue/api/MailQueueContract.java
----------------------------------------------------------------------
diff --git 
a/server/queue/queue-api/src/test/java/org/apache/james/queue/api/MailQueueContract.java
 
b/server/queue/queue-api/src/test/java/org/apache/james/queue/api/MailQueueContract.java
index b5d8b3e..be3029d 100644
--- 
a/server/queue/queue-api/src/test/java/org/apache/james/queue/api/MailQueueContract.java
+++ 
b/server/queue/queue-api/src/test/java/org/apache/james/queue/api/MailQueueContract.java
@@ -384,7 +384,7 @@ public interface MailQueueContract {
             })
             .threadCount(threadCount)
             .operationCount(operationCount)
-            .runSuccessfullyWithin(Duration.ofMinutes(1));
+            .runSuccessfullyWithin(Duration.ofMinutes(5));
 
         assertThat(
             dequeuedMails.stream()


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to