From 8dc56225dc2e6575752e8cc037fa8a44d35f6008 Mon Sep 17 00:00:00 2001 From: trinity-1686a Date: Sat, 27 Jul 2024 23:09:04 +0200 Subject: [PATCH] increase recursion limit in quickwit-cli test (#5273) --- quickwit/quickwit-cli/tests/cli.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/quickwit/quickwit-cli/tests/cli.rs b/quickwit/quickwit-cli/tests/cli.rs index 628c695be78..205fd778a85 100644 --- a/quickwit/quickwit-cli/tests/cli.rs +++ b/quickwit/quickwit-cli/tests/cli.rs @@ -17,6 +17,7 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . +#![recursion_limit = "256"] #![allow(clippy::bool_assert_comparison)] mod helpers;