chore: bump stacksize even more (#5602)

This commit is contained in:
Matthias Seitz
2023-11-28 04:31:16 +01:00
committed by GitHub
parent 503c4010d3
commit 98250f8b50

View File

@ -10,7 +10,7 @@ macro_rules! general_state_test {
// <https://github.com/paradigmxyz/reth/issues/5582>
std::thread::Builder::new()
.stack_size(
1024 * 1024 * 4, // 4MB
1024 * 1024 * 8, // 8MB
)
.spawn(move || {
BlockchainTests::new(format!("GeneralStateTests/{}", stringify!($dir))).run();