Skip to content

Commit eb5bd9c

Browse files
committed
PYTHON-2441 Reduce false positives in test_continuous_network_errors
1 parent 3ecd947 commit eb5bd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1645,7 +1645,7 @@ def server_description_count():
16451645
# If a bug like PYTHON-2433 is reintroduced then too many
16461646
# ServerDescriptions will be kept alive and this test will fail:
16471647
# AssertionError: 4 != 22 within 5 delta (18 difference)
1648-
self.assertAlmostEqual(initial_count, final_count, delta=5)
1648+
self.assertAlmostEqual(initial_count, final_count, delta=10)
16491649

16501650

16511651
class TestExhaustCursor(IntegrationTest):

0 commit comments

Comments
 (0)