Merge "The gathered runtime is for failures/not failures"

This commit is contained in:
Jenkins
2015-01-22 06:54:27 +00:00
committed by Gerrit Code Review

View File

@@ -362,7 +362,7 @@ class ExecutorStatistics(object):
@property
def runtime(self):
"""Total runtime of all submissions executed."""
"""Total runtime of all submissions executed (failed or not)."""
return self._runtime
@property