From ff09f7a558e405e2de672f586aeb28fd9ad97c1a Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 15 Oct 2025 12:50:20 +0300 Subject: niri.spec: Also set --test-threads=2 For some reason it's not enough? --- niri.spec.rpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/niri.spec.rpkg b/niri.spec.rpkg index 77e8b409..7ff8f08e 100644 --- a/niri.spec.rpkg +++ b/niri.spec.rpkg @@ -141,7 +141,7 @@ install -Dm644 -t %{buildroot}%{_userunitdir} ./resources/niri-shutdown.target %check # We're running into file descriptor limits... export RAYON_NUM_THREADS=2 -%cargo_test -- --workspace --exclude niri-visual-tests +%cargo_test -- --workspace --exclude niri-visual-tests -- --test-threads=2 %endif %files -- cgit