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
In the wx version of the GuiTestAssistant we're writing our own TimeoutTimer class. We should be using the Pyface provided CallbackTimer instead, but it's currently causing segfaults (enthought/pyface#815). Once that's fixed upstream, we should replace the instantiation of TimeoutTimer with something like
In the wx version of the
GuiTestAssistant
we're writing our ownTimeoutTimer
class. We should be using the Pyface providedCallbackTimer
instead, but it's currently causing segfaults (enthought/pyface#815). Once that's fixed upstream, we should replace the instantiation ofTimeoutTimer
with something likeThe text was updated successfully, but these errors were encountered: