Increase stack size for complex parser tests (#2242)
This commit is contained in:
parent
ea76b01ce4
commit
cf4c8c5f5d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue