toEventually when used from an async context in the main actor always results in a timeout error. · Issue #1006 · Quick/Nimble · GitHub
More Web Proxy on the site http://driver.im/
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
@MainActorfunc testToEventuallyInAsyncContextOnMain()async{expect(1).toEventually(equal(1)) // Fails with 'testToEventuallyInAsyncContextOnMain(): timed out before returning a value'
}
This bug does not occur when you run the test on a different thread, that is the following tests passes:
This bug does not occur when you run the test on a different thread, that is the following tests passes:
This is a blocker to releasing v11.
The text was updated successfully, but these errors were encountered: