Increase stack size for complex parser tests (#2242)

This commit is contained in:
Tobie Morgan Hitchcock 2023-07-10 07:24:18 +01:00 committed by GitHub
parent ea76b01ce4
commit cf4c8c5f5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -221,7 +221,7 @@ fn with_enough_stack(
// Same for debug mode
#[cfg(debug_assertions)]
{
builder = builder.stack_size(16_000_000);
builder = builder.stack_size(24_000_000);
}
builder