Skip to content

Commit

Permalink
Prevent MacOS fileappendertest failures
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Jan 17, 2025
1 parent 5a3cf2d commit b7d68d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/cpp/fileappendertest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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())
{
Expand Down

0 comments on commit b7d68d5

Please sign in to comment.