You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only case when initialDelay is ignored is when you provide a calcualateDelay function via the options. If calcualateDelay is provided then the return value from the function will override all other default delay calculations.
Please provide examples of breaking test case (preferably in a pull request) if you can reproduce this problem.
Running some tests, it seems as though setting
initialDelay
does not affect the initial start time for the delay.Setting
delay
however will reduce the initial start delay.The text was updated successfully, but these errors were encountered: