diff --git a/chrony.changes b/chrony.changes index 6b6b5f7..715fd2b 100644 --- a/chrony.changes +++ b/chrony.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Sep 1 14:05:34 UTC 2023 - Fabian Vogt + +- Use make quickcheck instead of make check to avoid >1h build + times and failures due to timeouts. This was the default before + 3.2 but it changed to make tests more reliable. Here a seed is + already set to get deterministic execution. + ------------------------------------------------------------------- Wed Aug 9 17:30:28 UTC 2023 - Reinhard Max diff --git a/chrony.spec b/chrony.spec index fe89b6a..4cb597c 100644 --- a/chrony.spec +++ b/chrony.spec @@ -297,7 +297,7 @@ find %{buildroot} -type f | xargs sed -i ' export CLKNETSIM_RANDOM_SEED=24501 export CFLAGS="%{optflags}" make %{?_smp_mflags} -C test/simulation/clknetsim -make %{?_smp_mflags} check +make %{?_smp_mflags} quickcheck %endif %endif