fix(test-utils): raise recursion limit for lib tests (#6518)

Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
houseme
2026-08-24 18:41:49 +08:00
committed by GitHub
parent 70a6a9e8dc
commit 2251f22c1a
+2
View File
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
#![recursion_limit = "256"]
//! Shared test bootstrap helpers for RustFS integration tests //! Shared test bootstrap helpers for RustFS integration tests
//! (backlog#1153 infra-1). //! (backlog#1153 infra-1).
//! //!