1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

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)
This commit is contained in:
Daan De Meyer 2024-05-08 11:44:28 +02:00
parent 65690de6f9
commit 904b8ae47a

View File

@ -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