You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2020/07/31 09:24:37 UTC

[james-project] 16/28: JAMES-3350 Decrase long delays timings

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 25e5adc8c4b8d0905b48f6afd9c8a65ac076de7d
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Mon Jul 27 15:07:34 2020 +0700

    JAMES-3350 Decrase long delays timings
---
 .../src/test/java/org/apache/james/mailbox/events/EventBusContract.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mailbox/api/src/test/java/org/apache/james/mailbox/events/EventBusContract.java b/mailbox/api/src/test/java/org/apache/james/mailbox/events/EventBusContract.java
index e21644f..577697e 100644
--- a/mailbox/api/src/test/java/org/apache/james/mailbox/events/EventBusContract.java
+++ b/mailbox/api/src/test/java/org/apache/james/mailbox/events/EventBusContract.java
@@ -29,7 +29,7 @@ import org.awaitility.core.ConditionFactory;
 public interface EventBusContract {
 
     enum EnvironmentSpeedProfile {
-        SLOW(Duration.ofSeconds(5), Duration.ofSeconds(30)),
+        SLOW(Duration.ofSeconds(2), Duration.ofSeconds(10)),
         FAST(Duration.ofMillis(200), Duration.ofSeconds(5));
 
         private final Duration shortWaitTime;


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org