Try making Keeper in DatabaseReplicated tests more stable (#51473)

* Try making Keeper in DatabaseReplicated less flaky

* lower log level to debug

* Revert back to information
This commit is contained in:
Antonio Andelic 2023-06-28 12:16:16 +02:00 committed by GitHub
parent 0c1f24db77
commit 0320ab4a70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@
<operation_timeout_ms>10000</operation_timeout_ms>
<session_timeout_ms>30000</session_timeout_ms>
<heart_beat_interval_ms>1000</heart_beat_interval_ms>
<election_timeout_lower_bound_ms>4000</election_timeout_lower_bound_ms>
<election_timeout_lower_bound_ms>2000</election_timeout_lower_bound_ms>
<election_timeout_upper_bound_ms>5000</election_timeout_upper_bound_ms>
<raft_logs_level>information</raft_logs_level>
<force_sync>false</force_sync>