May make the tests less flaky

This commit is contained in:
Ben Jackson 2019-07-24 16:13:18 +01:00
commit 7813f06dd1
5 changed files with 10 additions and 2 deletions

View file

@ -218,6 +218,7 @@ class DebugSession( object ):
if self._connection:
self._connection.OnData( data )
def OnServerStderr( self, data ):
self._logger.info( "Server stderr: %s", data )
if self._outputView:

View file

@ -103,7 +103,7 @@ class OutputView( object ):
if 'E516' not in e:
raise
self._buffers.clear()
self._buffers = {}
def _ShowOutput( self, category ):
utils.JumpToWindow( self._window )