mirror of
https://github.com/containers/podman.git
synced 2025-12-01 02:27:13 +08:00
The test was added in commit 1424f0958f, it can flake because the
attach test needs the message in the log. On slow CI systems this can
take longer. Add a retry logic which checks the container log every
second for up to 5 seconds. That should be plenty of time.
Fixes #17204
Signed-off-by: Paul Holzinger <pholzing@redhat.com>