Skip to content

Commit e38bc3b

Browse files
committed
try tracking test duration
1 parent 3b13332 commit e38bc3b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/parallel_testsuite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def run_test(args):
7272
result._mirrorOutput = False
7373
finally:
7474
result.elapsed = time.perf_counter() - start_time
75+
result.test_duration = result.elapsed
7576

7677
# Before attempting to delete the tmp dir make sure the current
7778
# working directory is not within it.

0 commit comments

Comments
 (0)