Skip to content

Commit d93a269

Browse files
committed
runtime: Bump recursion limit for graph-runtime-test
1 parent 3acabfe commit d93a269

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

runtime/test/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#![cfg(test)]
2+
// Deep async nesting in tests exceeds the default limit (128) on newer rustc versions.
3+
#![recursion_limit = "256"]
24
pub mod common;
35
mod test;
46

0 commit comments

Comments
 (0)