This is an automated email from the ASF dual-hosted git repository. samt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git
commit 524bafcbbd927a7d9ec8a466e06d2e2e2ab75b34 Author: Marcus Eriksson <[email protected]> AuthorDate: Wed May 31 12:17:45 2023 +0200 [CEP-21] bump startup timeout in transient_replication_ring_test --- transient_replication_ring_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transient_replication_ring_test.py b/transient_replication_ring_test.py index 0c6f26f3..51a008f3 100644 --- a/transient_replication_ring_test.py +++ b/transient_replication_ring_test.py @@ -122,7 +122,7 @@ class TestTransientReplicationRing(Tester): self.cluster.populate(3, tokens=self.tokens, debug=True, install_byteman=True) # self.cluster.populate(3, debug=True, install_byteman=True) self.cluster.start(jvm_args=['-Dcassandra.enable_nodelocal_queries=true'], - timeout=DEFAULT_CLUSTER_WAIT_TIMEOUT_IN_SECS * 2) + timeout=DEFAULT_CLUSTER_WAIT_TIMEOUT_IN_SECS * 4) # enable shared memory for node in self.cluster.nodelist(): --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
