patch 8.0.1456: timer test on travis Mac is still flaky

Problem:    Timer test on travis Mac is still flaky.
Solution:   Increase time range a bit more.
diff --git a/src/version.c b/src/version.c
index 69ba3f5..bb43796 100644
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1456,
+/**/
     1455,
 /**/
     1454,