The Android simulator is slow because most Android devices are army architecture. You can use android sdk to create X86 avd (or use genymotion) and compile your qt project in X86 android mode. He will run the test and work very fast.
Alternatively, you can create your project on the command line (not in the qt creator). Here is a message that will show you how to do this.
source share