Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
beaker: fix sleeping in runtest-createrepo
The first sleep is useless with DNF5, the mechanism (unlike DNF4) doesn't even wait for the backend action processing. The second sleep needs to be longer. The API call is relatively expensive, and therefore cached for 120s. We need to wait for cache invalidation.
- Loading branch information