From b7d68d5be911c8165fd5eb40e207f7df53648f97 Mon Sep 17 00:00:00 2001 From: Stephen Webb Date: Fri, 17 Jan 2025 13:41:00 +1100 Subject: [PATCH] Prevent MacOS fileappendertest failures --- src/test/cpp/fileappendertest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/cpp/fileappendertest.cpp b/src/test/cpp/fileappendertest.cpp index 6692909b1..68e89b415 100644 --- a/src/test/cpp/fileappendertest.cpp +++ b/src/test/cpp/fileappendertest.cpp @@ -133,8 +133,8 @@ LOGUNIT_CLASS(FileAppenderTest) Pool p; size_t initialLength = file.length(p); - // wait 1.1 sec and check the buffer is flushed - apr_sleep(1100000); + // wait 1.2 sec and check the buffer is flushed + apr_sleep(1200000); size_t flushedLength = file.length(p); if (helpers::LogLog::isDebugEnabled()) {