hunyadi-dev commented on a change in pull request #835:
URL: https://github.com/apache/nifi-minifi-cpp/pull/835#discussion_r460706666
##########
File path: extensions/http-curl/tests/C2UpdateAgentTest.cpp
##########
@@ -34,6 +34,6 @@ int main(int argc, char **argv) {
const auto then = std::chrono::system_clock::now();
const auto seconds = std::chrono::duration_cast<std::chrono::seconds>(then -
start).count();
- assert(handler.calls_ <= (seconds) + 1);
+ assert(handler.calls_ <= (seconds) + 2);
Review comment:
One of the CI jobs of @fgerlits had this issue earlier as well:
https://travis-ci.org/github/apache/nifi-minifi-cpp/jobs/711468287
Seems like it is indeed the case that we had this error before, but masked
it away with the long waiting.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]