patch 8.2.3772: timer info test fails on slow machine

Problem:    Timer info test fails on slow machine.
Solution:   Use WaitForAssert().
diff --git a/src/version.c b/src/version.c
index 9b927f2..a598b6b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3772,
+/**/
     3771,
 /**/
     3770,