robottelo icon indicating copy to clipboard operation
robottelo copied to clipboard

Avoid use of "sleep" in api/test_errata.py

Open swadeley opened this issue 3 years ago • 2 comments

identify a condition and use wait_for instead of static sleeps.

https://github.com/SatelliteQE/robottelo/pull/8214/files/bc0d655d23bbe1d7b517ffbc8ac8c2e493c6adea#r588475565

swadeley avatar Mar 08 '21 08:03 swadeley

This issue can be used more broadly to audit for uses of static sleep and to apply the coding best practice of using wait_for to all test modules, not just the specific instance in api/test_errata.py

mshriver avatar Mar 09 '21 16:03 mshriver