Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] EGit build on Hudson, how to run org.eclipse.egit.core.test tests


Matthias Sohn wrote:

[skiped]


Maybe https://issues.sonatype.org/browse/TYCHO-83 is relevant here ?


FYI, there is no default test timeout. You need to explicitly set it
using <forkedProcessTimeoutInSeconds/> test mojo configuration parameter
or -Dsurefire.timeout parameter from cli.


You may also want to set <showEclipseLog/> (or -Dtycho.showEclipseLog)
to true to pass -debug -consolelog to the test runtime.

--
Regards,
Igor


Back to the top