lordgamez commented on code in PR #2057:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2057#discussion_r2489823414
##########
libminifi/test/integration/C2VerifyLightweightHeartbeatAndStop.cpp:
##########
@@ -62,14 +63,23 @@ class VerifyLightWeightC2Heartbeat : public VerifyC2Base {
}
void runAssertions() override {
-
REQUIRE(minifi::test::utils::verifyLogLinePresenceInPollTime(std::chrono::milliseconds(wait_time_),
+ REQUIRE(utils::verifyLogLinePresenceInPollTime(20s,
Review Comment:
With the newly added test scenarios the test runtime became longer and timed
out on the slower CI machines on Windows and Mac, so I doubled the timeout and
it passes now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]