diff --git a/crates/test-utils/src/lib.rs b/crates/test-utils/src/lib.rs index 0188c7064..38b93f0bc 100644 --- a/crates/test-utils/src/lib.rs +++ b/crates/test-utils/src/lib.rs @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +#![recursion_limit = "256"] + //! Shared test bootstrap helpers for RustFS integration tests //! (backlog#1153 infra-1). //!