From 8126f06bf8a8438e6ff8bbaa1fb4798504ea30d4 Mon Sep 17 00:00:00 2001 From: SFG545 Date: Tue, 10 Mar 2026 22:23:06 -0500 Subject: [PATCH] fix: add timeout parameter to cargo test configuration --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 325e2ab..21a08b3 100644 --- a/meson.build +++ b/meson.build @@ -81,6 +81,7 @@ test( build_root, ], suite: ['cargo'], + timeout: 0, ) # System configuration examples installed under the actual runtime lookup paths.