You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by bl...@apache.org on 2021/01/19 10:27:10 UTC

[cassandra] branch trunk updated: Increase ProxyHandlerConnectionsTest timeouts

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

blerer pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c0b58de  Increase ProxyHandlerConnectionsTest timeouts
c0b58de is described below

commit c0b58de334290590cb4d8d90751a6bd6c9139e33
Author: Bereng <be...@gmail.com>
AuthorDate: Mon Jan 18 10:19:38 2021 +0100

    Increase ProxyHandlerConnectionsTest timeouts
    
    patch by Berenguer Blasi; reviewed by Andrés de la Peña and Benjamin Lerer
    for CASSANDRA-16358
---
 test/unit/org/apache/cassandra/net/ProxyHandlerConnectionsTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/unit/org/apache/cassandra/net/ProxyHandlerConnectionsTest.java b/test/unit/org/apache/cassandra/net/ProxyHandlerConnectionsTest.java
index 270a910..2a3de74 100644
--- a/test/unit/org/apache/cassandra/net/ProxyHandlerConnectionsTest.java
+++ b/test/unit/org/apache/cassandra/net/ProxyHandlerConnectionsTest.java
@@ -269,7 +269,7 @@ public class ProxyHandlerConnectionsTest
     {
         CompletableFuture.runAsync(() -> {
             while (!cond.get()) {}
-        }).get(10, SECONDS);
+        }).get(30, SECONDS);
     }
 
     private static void waitForCondition(Supplier<Boolean> cond, Supplier<String> s) throws Throwable
@@ -278,7 +278,7 @@ public class ProxyHandlerConnectionsTest
         {
             CompletableFuture.runAsync(() -> {
                 while (!cond.get()) {}
-            }).get(10, SECONDS);
+            }).get(30, SECONDS);
         }
         catch (TimeoutException e)
         {


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