mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: bump stacksize even more (#5602)
This commit is contained in:
@ -10,7 +10,7 @@ macro_rules! general_state_test {
|
|||||||
// <https://github.com/paradigmxyz/reth/issues/5582>
|
// <https://github.com/paradigmxyz/reth/issues/5582>
|
||||||
std::thread::Builder::new()
|
std::thread::Builder::new()
|
||||||
.stack_size(
|
.stack_size(
|
||||||
1024 * 1024 * 4, // 4MB
|
1024 * 1024 * 8, // 8MB
|
||||||
)
|
)
|
||||||
.spawn(move || {
|
.spawn(move || {
|
||||||
BlockchainTests::new(format!("GeneralStateTests/{}", stringify!($dir))).run();
|
BlockchainTests::new(format!("GeneralStateTests/{}", stringify!($dir))).run();
|
||||||
|
|||||||
Reference in New Issue
Block a user