Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mantle/podman.go: use
RetryUntilTimeout
in podman.workflow
The podman.workflow test has been failing on OpenStack, likely because pulling the Fedora container takes too long. Use the `RetryUntilTimeout` function to retry every minute for up to 15 minutes to allow sufficient time to pull the Fedora container. In local testing, pulling the container on OpenStack took approximately 5 minutes before succeeding. See: coreos/fedora-coreos-tracker#1835
- Loading branch information