Skip to content

Commit

Permalink
Bump the leak limit from 10 KB to 50 KB. (#27)
Browse files Browse the repository at this point in the history
Tests were failing at times with just a little bit over in "leaks"
(caching and whatnot).
  • Loading branch information
ZeroIntensity authored Aug 5, 2024
1 parent 3fda858 commit 3d1db73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_awaitable.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pyawaitable.bindings import abi, add_await, awaitcallback, awaitcallback_err
from conftest import limit_leaks

LEAK_LIMIT: str = "10 KB"
LEAK_LIMIT: str = "50 KB"

raising_callback = ctypes.cast(_pyawaitable_test.raising_callback, awaitcallback)
raising_err_callback = ctypes.cast(
Expand Down

0 comments on commit 3d1db73

Please sign in to comment.