I have a problem with JUnit4 and it's @Test(timeout=xxx)
annotation. For example, two tests with same body, different name. None of them uses any global variables which can be initialized.
When I run tests it has totally different execution time (First test 0,811s, second 0,143).
It's very important for me to get similar results. Is there any way to resolve/workaround this problem ?