Hi Ralph, On Sun, 15 Oct 2023 at 00:49, Ralph Goers <ralph.go...@dslextreme.com> wrote: > My first attempt at building from the source failed with > > [ERROR] > SyslogAppenderCustomLayoutTest>SyslogAppenderTest.testUDPAppender:80->SyslogAppenderTestBase.sendAndCheckLegacyBsdMessage:75->SyslogAppenderTestBase.checkTheNumberOfSentAndReceivedMessages:113 > The number of received messages should be equal with the number of sent > messages expected:<1> but was:<0> > > My second attempt failed with > > [ERROR] Failures: > [ERROR] SystemClockTest.testAfterWaitStillLessThan2Millis:43 diff too > large: 12 ==> expected: <true> but was: <false> > > On the third try the build succeeded. > > On the positive side, log4j-core-tests only takes a little over 4 minutes now > on my new MacBook Pro and the entire build completed in 13 minutes.
I am afraid we will continuously need to improve the parallelisation of tests, but I am assuming you are not complaining? Scalability is never linear, but I would expect that a `-Psequential-tests` run would take something like 20-25 minutes on your computer? Piotr