From: Timo Sirainen Date: Thu, 11 Mar 2021 11:00:56 +0000 (+0200) Subject: lib: test-cpu-limit - Increase ALLOW_MSECS_ABOVE further X-Git-Tag: 2.3.15~213 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e0519cd2597bd7fd5d603a691a2d99ee48dd105;p=thirdparty%2Fdovecot%2Fcore.git lib: test-cpu-limit - Increase ALLOW_MSECS_ABOVE further 1500 was still not enough to prevent random failures. --- diff --git a/src/lib/test-cpu-limit.c b/src/lib/test-cpu-limit.c index 029004b61f..2dc3fe813e 100644 --- a/src/lib/test-cpu-limit.c +++ b/src/lib/test-cpu-limit.c @@ -12,7 +12,7 @@ /* The CPU limits aren't exact. Allow this much leniency in the time comparisons. */ #define ALLOW_MSECS_BELOW 500 -#define ALLOW_MSECS_ABOVE 1500 +#define ALLOW_MSECS_ABOVE 3000 static const char *const test_path = ".test.cpulimit";