From a482345361d75018f06bc5a0e5f157beaf93624f05ed4d372e1d3a972811d6ed Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Mon, 27 May 2024 15:25:44 +0000 Subject: [PATCH] PoC for running tests multiple times OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=125 --- chrony.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrony.spec b/chrony.spec index 7e24c64..dde5580 100644 --- a/chrony.spec +++ b/chrony.spec @@ -298,7 +298,7 @@ export CLKNETSIM_RANDOM_SEED=24501 export CFLAGS="%{optflags}" make %{?_smp_mflags} -C test/simulation/clknetsim cd test/simulation -for i in $(seq 20); do +for i in $(seq 50); do ./124-tai &> /dev/null && break done exit 1