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
FoundationEssentialTests: nanosleep is not portable, avoid it (#599)
Use `Thread.sleep(forTimeInterval:)` instead of `nanosleep` which is not
a portable sleep primitive. This allows us to build the package tests on
Windows.
0 commit comments