Marc Sanfacon created JENKINS-13363: ---------------------------------------
Summary: Total tests duration reported by xUnit does not match the total tests time Key: JENKINS-13363 URL: https://issues.jenkins-ci.org/browse/JENKINS-13363 Project: Jenkins Issue Type: Bug Components: xunit Environment: Jenkins 1.457, Windows (Master) & Linux Reporter: Marc Sanfacon Assignee: gbois Priority: Minor We are using xUnit to convert both nUnit & UnitTest++ reports for Jenkins. I just noticed that the total test duration displayed in Jenkins is invalid. I opened the junitResult.xml file which I guess is generated by xUnit and the duration at the end is definitely wrong. In my case, the duration shows: <duration>228.79994</duration> And there were some test suites that lasted more than that <suite> <file>...\generatedJUnitFiles\NUnit\TEST--1009090779.xml</file> <name>TestContracts</name> <duration>658.13367</duration> -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira