File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ def _startNVDAInstallerProcess(self):
200200 )
201201 return handle
202202
203- def _connectToRemoteServer (self , connectionTimeoutSecs = 10 ):
203+ def _connectToRemoteServer (self , connectionTimeoutSecs = 15 ):
204204 """Connects to the nvdaSpyServer
205205 Because we do not know how far through the startup NVDA is, we have to poll
206206 to check that the server is available. Importing the library immediately seems
@@ -217,6 +217,7 @@ def _connectToRemoteServer(self, connectionTimeoutSecs=10):
217217 _blockUntilConditionMet (
218218 getValue = lambda : _testRemoteServer (self ._spyServerURI , log = False ),
219219 giveUpAfterSeconds = connectionTimeoutSecs ,
220+ intervalBetweenSeconds = 0.3 ,
220221 errorMessage = f"Unable to connect to { self ._spyAlias } " ,
221222 )
222223 builtIn .log (f"Connecting to { self ._spyAlias } " , level = 'DEBUG' )
You can’t perform that action at this time.
0 commit comments