mirror of
https://github.com/containers/podman.git
synced 2025-09-18 15:54:49 +08:00

The test was added in commit 1424f0958f6f, 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>