Driver.resetApp() executed on a hybrid app between test methods causes ChromeDriver session issues

Platform you are automating: Android
Appium version: 1.3.4
Simulator/Emulator or Real Device: both.
The language you are using for writing tests: Java
Your OS: Windows, Linux

Short description:

I wanted to set up a test class with multiple test methods, with a driver.resetApp() call between each of them. That however did not work: both on Linux and Windows I get the same symptom: “Command duration or timeout: 13 milliseconds”.

Attachments:

(Now reported to GitHub: https://github.com/appium/appium/issues/4640)