We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933b3ad commit cdef58bCopy full SHA for cdef58b
tests/test_multidb/test_client.py
@@ -225,7 +225,7 @@ def test_execute_command_auto_fallback_to_highest_weight_db(
225
226
client = MultiDBClient(mock_multi_db_config)
227
assert client.set("key", "value") == "OK1"
228
- sleep(0.15)
+ sleep(0.18)
229
assert client.set("key", "value") == "OK2"
230
sleep(0.5)
231
0 commit comments