Skip to content

Commit 3d1db73

Browse files
Bump the leak limit from 10 KB to 50 KB. (#27)
Tests were failing at times with just a little bit over in "leaks" (caching and whatnot).
1 parent 3fda858 commit 3d1db73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_awaitable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pyawaitable.bindings import abi, add_await, awaitcallback, awaitcallback_err
88
from conftest import limit_leaks
99

10-
LEAK_LIMIT: str = "10 KB"
10+
LEAK_LIMIT: str = "50 KB"
1111

1212
raising_callback = ctypes.cast(_pyawaitable_test.raising_callback, awaitcallback)
1313
raising_err_callback = ctypes.cast(

0 commit comments

Comments
 (0)