]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TEST-36-NUMAPOLICY: Bump PID1 strace time to 3 seconds
authorRichard Maw <richard.maw@codethink.co.uk>
Fri, 26 Apr 2024 11:54:34 +0000 (12:54 +0100)
committerRichard Maw <richard.maw@codethink.co.uk>
Fri, 26 Apr 2024 16:25:55 +0000 (17:25 +0100)
CI can be slow and only waiting 1 second makes it flaky there.

test/units/testsuite-36.sh

index 12bf1393e4b60ce50c87080ae0d3021c86485ab1..02ca88f80df18ee1f55c2baf101cdf9649651501 100755 (executable)
@@ -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"