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
WaitForEvent methods are a pretty common pattern in host (LanguageServer and DebugAdapter) tests. A timeout needs to be added implementations of this method so that these tests don't hang indefinitely when something goes wrong.
The text was updated successfully, but these errors were encountered:
This change adds a standard 5 second timeout to language server and debug
adapter tests which wait for events to be returned from the server. This
will prevent these tests from hanging on the CI server and also will
indicate which events are not being raised as expected.
WaitForEvent
methods are a pretty common pattern in host (LanguageServer and DebugAdapter) tests. A timeout needs to be added implementations of this method so that these tests don't hang indefinitely when something goes wrong.The text was updated successfully, but these errors were encountered: