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 a1c0633 commit f5231eeCopy full SHA for f5231ee
tests/test_asyncio/test_scenario/conftest.py
@@ -98,7 +98,7 @@ async def teardown():
98
if isinstance(client.command_executor.active_database.client, Redis):
99
await client.command_executor.active_database.client.connection_pool.disconnect()
100
101
- await asyncio.sleep(20)
+ await asyncio.sleep(10)
102
103
yield client, listener, endpoint_config
104
await teardown()
tests/test_scenario/test_active_active.py
@@ -41,7 +41,7 @@ class TestActiveActive:
41
42
def teardown_method(self, method):
43
# Timeout so the cluster could recover from network failure.
44
- sleep(20)
+ sleep(10)
45
46
@pytest.mark.parametrize(
47
"r_multi_db",
0 commit comments