| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 658fbdc commit 3912551
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1747,7 +1747,7 @@ def DoSkip(case): | |||
| 1747 | 1747 | timed_tests.sort(lambda a, b: a.CompareTime(b)) | |
| 1748 | 1748 | index = 1 | |
| 1749 | 1749 | for entry in timed_tests[:20]: | |
| 1750 | - t = FormatTime(entry.duration) | ||
| 1750 | + t = FormatTime(entry.duration.total_seconds()) | ||
| 1751 | 1751 | sys.stderr.write("%4i (%s) %s\n" % (index, t, entry.GetLabel())) | |
| 1752 | 1752 | index += 1 | |
| 1753 | 1753 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments