public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/dftd4] rawhide: Run only one test at a time and increase test timeout
@ 2026-07-29 13:10 Susi Lehtola
  0 siblings, 0 replies; only message in thread
From: Susi Lehtola @ 2026-07-29 13:10 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-29 13:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-29 13:10 [rpms/dftd4] rawhide: Run only one test at a time and increase test timeout Susi Lehtola

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox