patch 8.2.1033: not easy to read the test time in the test output

Problem:    Not easy to read the test time in the test output.
Solution:   Align the times.  Make slow tests bold.
diff --git a/src/version.c b/src/version.c
index 5463b44..283c0c9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1033,
+/**/
     1032,
 /**/
     1031,