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
TestFoundation: replace sleep with Thread.sleep(forTimeInterval:)
Windows does not have a `sleep` function but does have `Sleep`. Rather
than conditionalise the path, use `Thread.sleep(forTimeInterval:)` which
makes the path uniform for all the targets.
0 commit comments