testng execution case times wrong :
is due to an inconsistency between the testng version of Eclipse and the version of Maven.
==============================================
Online Installation1) New version of Eclipse testng plugin to uninstall eclipse:help--"Installation details: Find testng to uninstall 2) install the old plugin in eclipse, I installed 6.8.22
http://beust.com/eclipse-old/eclipse_6.8.22.2015050703203) Maven Pom file modified version 6.8.21 (6.8.22maven warehouse not) <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.8.21</version> <SCOPE>TEST&L T;/scope>
</dependency>
Offline installation
Download testng offline Package First
1. Unzip the file. \eclipse-testng Offline Package \features\org.testng.eclipse_6.9.9.201510270734 folder in eclipse--"features directory
2. Unzip the file. \eclipse-testng Offline Package \plugins\org.testng.eclipse_6.9.8.201510130443 folder in eclipse--"Plugins directory
3. Restart Eclipse
4. Verify that the installation is successful, file-->new-->other-->testng
"Testng Eclipse Development Version Selection"