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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 511df040 Test Failure: 
dtest-offheap.auth_test.TestAuth.test_system_auth_ks_is_alterable
511df040 is described below

commit 511df040525543383a979e6d20e9ab150af7e7fe
Author: Bereng <[email protected]>
AuthorDate: Wed May 18 11:09:45 2022 +0200

    Test Failure: 
dtest-offheap.auth_test.TestAuth.test_system_auth_ks_is_alterable
    
    Patch by Berenguer Blasi; reviewed by Josh McKenzie for CASSANDRA-17625
---
 auth_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/auth_test.py b/auth_test.py
index 4bfe5003..f4ab2e87 100644
--- a/auth_test.py
+++ b/auth_test.py
@@ -64,7 +64,7 @@ class TestAuth(AbstractTestAuth):
         auth_metadata = UpdatingKeyspaceMetadataWrapper(
             cluster=session.cluster,
             ks_name='system_auth',
-            max_schema_agreement_wait=30  # 3x the default of 10
+            max_schema_agreement_wait=60  # 6x the default of 10
         )
         assert 1 == auth_metadata.replication_strategy.replication_factor
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to