Skip to content

utils/openqa_junit_report.py: Deal with edge case in time parsing

Sam Thursfield requested to merge sam/utils-fix into master

If the task takes exactly 60 second we get a time of "1m".

There must be a better way to deal with this but I'm not immediately sure how.

Merge request reports