maven surefire run with test timeout option

Developer from somewhere

Assuming you have the maven-surefire-plugin, this option is useful:

mvn -Dsurefire.timeout=60 test