Skip to content

Commit

Permalink
leak tests: Allow some more chances to find equilibrium
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Nov 6, 2022
1 parent 524fd0e commit 18578db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/greenlet/tests/test_leaks.py
Expand Up @@ -300,7 +300,7 @@ def test_issue251_issue252_explicit_reference_not_collectable(self):
manually_collect_background=False,
explicit_reference_to_switch=True)

UNTRACK_ATTEMPTS = 30
UNTRACK_ATTEMPTS = 100

def _only_test_some_versions(self):
# We're only looking for this problem specifically on 3.11,
Expand Down

0 comments on commit 18578db

Please sign in to comment.