From a47ebdbd222ae488a65be4e8bc3fd87c6301c000 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 23 Dec 2017 18:41:35 +0100 Subject: patch 8.0.1424: the timer_pause test is flaky on Travis Problem: The timer_pause test is flaky on Travis. Solution: Accept a longer sleep time on Mac. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 6b3df0dbf..4f8dfd29c 100644 --- a/src/version.c +++ b/src/version.c @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1424, /**/ 1423, /**/ -- cgit v1.2.1