Skip to content

Commit

Permalink
300
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuaKrause committed Mar 6, 2024
1 parent baa2849 commit 6381851
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ def cond_op(
cond_op(later, lambda _: True, is_add=True)
elif iters == 11 and k_del is not None:
cond_op(gen(0, count, k_del), lambda _: True, is_add=False)
elif iters == 12:
scan_count = 300 # NOTE: return the rest quickly if possible

pat: re.Pattern | None = None
if match:
Expand Down

0 comments on commit 6381851

Please sign in to comment.