diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-10-15 12:50:20 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-10-15 13:06:55 +0300 |
| commit | ff09f7a558e405e2de672f586aeb28fd9ad97c1a (patch) | |
| tree | 7133d8e83e94e6989bd4e6e142de697cf601e471 | |
| parent | c27191ac6482e10b9e8a1ba4ed6027124d570f25 (diff) | |
| download | niri-ff09f7a558e405e2de672f586aeb28fd9ad97c1a.tar.gz niri-ff09f7a558e405e2de672f586aeb28fd9ad97c1a.tar.bz2 niri-ff09f7a558e405e2de672f586aeb28fd9ad97c1a.zip | |
niri.spec: Also set --test-threads=2
For some reason it's not enough?
| -rw-r--r-- | niri.spec.rpkg | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
