Skip to content

Commit

Permalink
increase recursion limit in quickwit-cli test (#5273)
Browse files Browse the repository at this point in the history
  • Loading branch information
trinity-1686a authored Jul 27, 2024
1 parent b6db60d commit 8dc5622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quickwit/quickwit-cli/tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

#![recursion_limit = "256"]
#![allow(clippy::bool_assert_comparison)]

mod helpers;
Expand Down

0 comments on commit 8dc5622

Please sign in to comment.