mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 22:04:44 +00:00
bump up recursion limits by a lot
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#![cfg(not(debug_assertions))] // Tests are too slow in debug.
|
||||
#![recursion_limit = "256"]
|
||||
#![recursion_limit = "512"]
|
||||
|
||||
pub mod common;
|
||||
pub mod fork_tests;
|
||||
|
||||
Reference in New Issue
Block a user