I wrote 10 tests that i run using my real android device and junit. It takes a long time to run all of them Sequentially. Is there a way to run it in parallel mode,like with @RunWith(ConcurrentTestRunner.class) for desktop apps?