Repository: cassandra-dtest
Updated Branches:
  refs/heads/master 2572ddce6 -> bd419a7ae


Increase cl segment allocation check timeout

patch by Stefan Podkowinski; reviewed by Jason Brown for CASSANDRA-14597


Project: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/commit/bd419a7a
Tree: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/tree/bd419a7a
Diff: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/diff/bd419a7a

Branch: refs/heads/master
Commit: bd419a7aefd038dd41137405e7d6329be654a9c0
Parents: 2572ddc
Author: Stefan Podkowinski <stefan.podkowin...@1und1.de>
Authored: Tue Jul 31 14:29:19 2018 +0200
Committer: Stefan Podkowinski <s.podkowin...@gmail.com>
Committed: Mon Aug 13 18:26:33 2018 +0200

----------------------------------------------------------------------
 tools/hacks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/bd419a7a/tools/hacks.py
----------------------------------------------------------------------
diff --git a/tools/hacks.py b/tools/hacks.py
index f68e20d..27766c7 100644
--- a/tools/hacks.py
+++ b/tools/hacks.py
@@ -21,7 +21,7 @@ def _files_in(directory):
 
 def advance_to_next_cl_segment(session, commitlog_dir,
                                keyspace_name='ks', table_name='junk_table',
-                               timeout=60):
+                               timeout=120):
     """
     This is a hack to work around problems like CASSANDRA-11811.
 


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

Reply via email to