Skip to content

Commit

Permalink
Test start-up interference hypothesis
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Dec 14, 2024
1 parent 20bbd82 commit b2dba74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/cpp/rolling/multiprocessrollingtest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ LOGUNIT_CLASS(MultiprocessRollingTest)
void test3()
{
auto logger = getLogger("Test3");
LOG4CXX_INFO( logger, "Startup ");
//LOG4CXX_INFO( logger, "Startup ");
using namespace std::chrono_literals;
std::this_thread::sleep_for(30ms);
std::this_thread::sleep_for(100ms);
auto approxBytesPerLogEvent = 40 + 23;
auto requiredLogFileCount = 30;
size_t approxBytesPerLogFile = 1000;
Expand Down

0 comments on commit b2dba74

Please sign in to comment.