How can I stop my appium server from timing out

I am running appium cucumber tests through java 11 and testNG.

Recently I have been experiencing issues with the appium server timing out in the middle of test runs and closing.

I have tried increasing the newCommandTimeout with little success. It looks to me like the latency between appium commands keeps growing.

I also posted this in the Appium discussion boards and have code details and log files there, but wanted to create a post here to get more eyes on it.

https://discuss.appium.io/t/appium-session-randomly-terminates/40752

Leave a Comment