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:
- Full server log: http://pastebin.com/pXE3NGzZ
- Test case: http://pastebin.com/p6hsyvZv
- Project files + APK file for demonstration: http://s000.tinyupload.com/?file_id=60811173371427176038
(Includes a Maven/NetBeans project containing the test case, a Gradle/AndroidStudio project for the hybrid app, as well as the generated APK file.)
(Now reported to GitHub: https://github.com/appium/appium/issues/4640)