Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(test): improve retry look in check_guest_connections
Use `tenancy.Retrying` instead of the home-grown retry loop. This has the advantage that we don't simply give up after 3 attempts, but instead raise a meaningful error message (whereas before I guess we would just fail further down the function when trying to do something that assumes the file exists). Signed-off-by: Patrick Roy <[email protected]>
- Loading branch information