From: Richard Maw Date: Fri, 26 Apr 2024 11:54:34 +0000 (+0100) Subject: TEST-36-NUMAPOLICY: Bump PID1 strace time to 3 seconds X-Git-Tag: v256-rc2~188^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90eee2cf0f998e875da4e664b322c1d9431c218a;p=thirdparty%2Fsystemd.git TEST-36-NUMAPOLICY: Bump PID1 strace time to 3 seconds CI can be slow and only waiting 1 second makes it flaky there. --- diff --git a/test/units/testsuite-36.sh b/test/units/testsuite-36.sh index 12bf1393e4b..02ca88f80df 100755 --- a/test/units/testsuite-36.sh +++ b/test/units/testsuite-36.sh @@ -29,7 +29,7 @@ testUnitFile="/run/systemd/system/$testUnit" testUnitNUMAConf="$testUnitFile.d/numa.conf" # Sleep constants (we should probably figure out something better but nothing comes to mind) -sleepAfterStart=1 +sleepAfterStart=3 # Journal cursor for easier navigation journalCursorFile="jounalCursorFile"