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
Currently, the visit promise is not entangled with the timeout at all, and the timeout is used to set the result.error object. Instead, we should refactor so that when the timeout expires the current visit is "canceled" (essentially calling .destroy() on the underlying ember application that is being booted/visited) and reject the visit promise.
The text was updated successfully, but these errors were encountered:
Currently, the
visit
promise is not entangled with the timeout at all, and the timeout is used to set theresult.error
object. Instead, we should refactor so that when the timeout expires the currentvisit
is "canceled" (essentially calling.destroy()
on the underlying ember application that is being booted/visited) and reject thevisit
promise.The text was updated successfully, but these errors were encountered: