From 904b8ae47a975199b1282920ef612c688cc77638 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 8 May 2024 11:44:28 +0200 Subject: [PATCH] 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) --- test/units/delegated_cgroup_filtering_payload.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2