Timed out after 10000 milliseconds waiting for root AccessibilityNodeInfo

Hello,
I’m trying to have my application reset so that I can do the full test. Here are my settings:
"alwaysMatch": {
** “appium:deviceName”: “Android Emulator”,**
** “appium:udid”: “emulator-5554”,**
** “appium:platformVersion”: “8.1”,**
** “appium:automationName”: “UIAutomator2”,**
** “appium:appPackage”: “com.company.ponxplorer”,**
** “appium:appActivity”: “crc6482fd24a88b482c7f.SplashActivity”,**
** “appium:appWaitActivity”: “*”,**
** “appium:appWaitDuration”: “80000”,**
** “appium:androidDeviceReadyTimeout”: 300,**
** “appium:autoGrantPermissions”: true,**
** “appium:newCommandTimeout”: 180,**
** “appium:app”: “C:\Project\MyProject\src\PonXplorer.Android\bin\Debug\com.company.ponxplorer.apk”,**
** “platformName”: “Android”**
** },**

And here’s the error:
[W3C (a0479f06)] Encountered internal error running command: An unknown server-side error occurred while processing the command. Original error: Timed out after 10000 milliseconds waiting for root AccessibilityNodeInfo

I would like to know what is the best timeout configuration so that I can reset the application.

1 Like