Skip to content

Commit

Permalink
bump recursion limit
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed Feb 15, 2023
1 parent ca8e341 commit 55753f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/tests/test.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![cfg(test)]
#![recursion_limit = "256"]
#![recursion_limit = "512"]

use beacon_chain::StateSkipConfig;
use node_test_rig::{
Expand Down

0 comments on commit 55753f8

Please sign in to comment.