Skip to content

Commit 1b3750c

Browse files
committed
increase recursion limit further
1 parent 512fce6 commit 1b3750c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/skribe/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from pyk.kore.syntax import EVar, Pattern
3434
from pyk.ktool.kompile import KompileBackend
3535

36-
RECURSION_LIMIT: Final = 16000
36+
RECURSION_LIMIT: Final = 20000
3737

3838
EXIT_CODE_PYK_HOOK: Final = 2
3939

0 commit comments

Comments
 (0)