public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Susi Lehtola <jussilehtola@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/dftd4] rawhide: Run only one test at a time and increase test timeout
Date: Wed, 29 Jul 2026 13:10:02 GMT [thread overview]
Message-ID: <178533060260.1.8254079224571036591.rpms-dftd4-726d06c4d211@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/dftd4
Branch : rawhide
Commit : 726d06c4d211a34f27301d5c234f461c4a31aea8
Author : Susi Lehtola <jussilehtola@fedoraproject.org>
Date : 2026-07-29T13:09:53+00:00
Stats : +3/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/dftd4/c/726d06c4d211a34f27301d5c234f461c4a31aea8?branch=rawhide
Log:
Run only one test at a time and increase test timeout
---
diff --git a/dftd4.spec b/dftd4.spec
index ad2bdbf..6e4f4a7 100644
--- a/dftd4.spec
+++ b/dftd4.spec
@@ -59,8 +59,9 @@ mv %{buildroot}%{_includedir}/dftd4/gcc-*/*.mod %{buildroot}%{_libdir}/gfortran/
\rm %{buildroot}%{_libdir}/libdftd4.a
%check
-# Reduce parallellism and increase the timeout multiplier since the default is not enough on some architectures
-MESON_TESTTHREADS=2 %meson_test --timeout-multiplier 4
+# The tests are parallel code, so only run one at a time
+export RPM_BUILD_NCPUS=1
+%meson_test --timeout-multiplier 4
%files
%license COPYING COPYING.LESSER
reply other threads:[~2026-07-29 13:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178533060260.1.8254079224571036591.rpms-dftd4-726d06c4d211@fedoraproject.org \
--to=jussilehtola@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox