testsuite icon indicating copy to clipboard operation
testsuite copied to clipboard

[Feature] Replace sleep <n> commands with proper waiters

Open kosstennbl opened this issue 9 months ago • 0 comments

Is your feature request related to a problem? Please describe. Having sleep commands with fixed variables of significant value doesn't feel quite right. (Next is LLM-generated reasoning): Using proper waiters instead of fixed sleep commands improves code precision and maintainability by allowing specification of maximum wait times and conditions to be met, reducing the risk of unnecessary delays or premature execution.

Describe the solution you'd like Design a proper waiter for each case of "sleep" command. Examples of where it's needed:

Once this issue is addressed how will the fix be verified? Absence of fixed long "sleeps" and successful specs.

kosstennbl avatar May 20 '24 08:05 kosstennbl