Hi,
the latest build had a flaky test in QuartzAutoConfigurationTests
.
This PR changes from Thread.sleep
to Awaitility.waitAtMost().untilAsserted
and gives the test a bit more time. This should hopefully make it a bit more stable.
Cheers, Christoph
Comment From: snicoll
Thanks again Christoph.