Skip to content

Commit

Permalink
chore: bump stacksize even more (paradigmxyz#5602)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Nov 28, 2023
1 parent 503c401 commit 98250f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/ef-tests/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 98250f8

Please sign in to comment.