We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b13332 commit e38bc3bCopy full SHA for e38bc3b
1 file changed
test/parallel_testsuite.py
@@ -72,6 +72,7 @@ def run_test(args):
72
result._mirrorOutput = False
73
finally:
74
result.elapsed = time.perf_counter() - start_time
75
+ result.test_duration = result.elapsed
76
77
# Before attempting to delete the tmp dir make sure the current
78
# working directory is not within it.
0 commit comments