09ee55efb1
These code snippets were using a hard-coded sleep time, wrapped by a for loop to retry, which is bad code smell. Use tenacity retries to simplify the code, and be consistent with the established approach to similar needs in other tests. Closes #46 Signed-off-by: Joe Guo <guoqiao@gmail.com>