diff options
| -rw-r--r-- | niri.spec.rpkg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/niri.spec.rpkg b/niri.spec.rpkg index 9f7a9284..77e8b409 100644 --- a/niri.spec.rpkg +++ b/niri.spec.rpkg @@ -139,6 +139,8 @@ install -Dm644 -t %{buildroot}%{_userunitdir} ./resources/niri-shutdown.target %if %{with check} %check +# We're running into file descriptor limits... +export RAYON_NUM_THREADS=2 %cargo_test -- --workspace --exclude niri-visual-tests %endif |
