You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by ma...@apache.org on 2021/02/09 09:18:24 UTC

[james-project] 27/27: JAMES-3225 increase DockerCassandra container start timeout

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

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

commit b67268f2d5cf409ca77bb7faee009e6513b4fdda
Author: Jean Helou <jh...@codamens.fr>
AuthorDate: Mon Feb 8 21:13:25 2021 +0100

    JAMES-3225 increase DockerCassandra container start timeout
    
    in https://builds.apache.org/blue/organizations/jenkins/james%2FApacheJames/detail/PR-264/57/tests it took about 70s to start on apache CI :(
---
 .../java/org/apache/james/backends/cassandra/CassandraWaitStrategy.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backends-common/cassandra/src/test/java/org/apache/james/backends/cassandra/CassandraWaitStrategy.java b/backends-common/cassandra/src/test/java/org/apache/james/backends/cassandra/CassandraWaitStrategy.java
index cbec58c..43d81ae 100644
--- a/backends-common/cassandra/src/test/java/org/apache/james/backends/cassandra/CassandraWaitStrategy.java
+++ b/backends-common/cassandra/src/test/java/org/apache/james/backends/cassandra/CassandraWaitStrategy.java
@@ -32,7 +32,7 @@ import com.google.common.primitives.Ints;
 
 public class CassandraWaitStrategy implements WaitStrategy {
 
-    private static final Duration DEFAULT_TIMEOUT = Duration.ofMinutes(1);
+    private static final Duration DEFAULT_TIMEOUT = Duration.ofMinutes(2);
     private final GenericContainer<?> cassandraContainer;
     private final Duration timeout;
 


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