You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by be...@apache.org on 2021/05/04 07:56:59 UTC

[cassandra] branch cassandra-4.0 updated: Increase timeout for ConnectionBurnTest

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

bereng pushed a commit to branch cassandra-4.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-4.0 by this push:
     new b69297e  Increase timeout for ConnectionBurnTest
b69297e is described below

commit b69297ebb28dc8b4e110c2d9785a04f91acb5558
Author: Bereng <be...@gmail.com>
AuthorDate: Mon May 3 09:47:27 2021 +0200

    Increase timeout for ConnectionBurnTest
    
    patch by Berenguer Blasi; reviewed by Brandom Williams for CASSANDRA-16650
---
 test/burn/org/apache/cassandra/net/ConnectionBurnTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/burn/org/apache/cassandra/net/ConnectionBurnTest.java b/test/burn/org/apache/cassandra/net/ConnectionBurnTest.java
index dea552c..eba8b65 100644
--- a/test/burn/org/apache/cassandra/net/ConnectionBurnTest.java
+++ b/test/burn/org/apache/cassandra/net/ConnectionBurnTest.java
@@ -473,7 +473,7 @@ public class ConnectionBurnTest
                 }
 
                 executor.shutdownNow();
-                ExecutorUtils.awaitTermination(1L, TimeUnit.MINUTES, executor);
+                ExecutorUtils.awaitTermination(5L, TimeUnit.MINUTES, executor);
             }
             finally
             {

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org