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 188edeb commit 6c629e4Copy full SHA for 6c629e4
test/test_client.py
@@ -1645,7 +1645,7 @@ def server_description_count():
1645
# If a bug like PYTHON-2433 is reintroduced then too many
1646
# ServerDescriptions will be kept alive and this test will fail:
1647
# AssertionError: 4 != 22 within 5 delta (18 difference)
1648
- self.assertAlmostEqual(initial_count, final_count, delta=5)
+ self.assertAlmostEqual(initial_count, final_count, delta=10)
1649
1650
1651
class TestExhaustCursor(IntegrationTest):
0 commit comments