From: Daan De Meyer Date: Wed, 8 May 2024 09:44:28 +0000 (+0200) Subject: TEST-04-JOURNAL: Sleep more in delegated cgroup filtering script X-Git-Tag: v256-rc2~72^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=904b8ae47a975199b1282920ef612c688cc77638;p=thirdparty%2Fsystemd.git TEST-04-JOURNAL: Sleep more in delegated cgroup filtering script We already changed logs-filtering.service to sleep 2 seconds before exiting to combat flakyness, let's do the same for the delegated cgroup filtering payload. Fixes #32696 (hopefully) --- diff --git a/test/units/delegated_cgroup_filtering_payload.sh b/test/units/delegated_cgroup_filtering_payload.sh index 7ad486bcadd..1181fbb9108 100755 --- a/test/units/delegated_cgroup_filtering_payload.sh +++ b/test/units/delegated_cgroup_filtering_payload.sh @@ -6,4 +6,4 @@ mkdir /sys/fs/cgroup/system.slice/delegated-cgroup-filtering.service/the_child echo "parent_process: hello, world!" echo "parent_process: hello, people!" -sleep .15 +sleep 2