martinzink commented on a change in pull request #1000:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1000#discussion_r573643357
##########
File path: extensions/http-curl/tests/ThreadPoolAdjust.cpp
##########
@@ -31,9 +31,11 @@
#include "processors/LogAttribute.h"
#include "utils/IntegrationTestUtils.h"
+constexpr uint64_t INCREASED_WAITTIME_MSECS = DEFAULT_WAITTIME_MSECS * 1.5;
+
class HttpTestHarness : public IntegrationBase {
public:
- HttpTestHarness() {
+ HttpTestHarness() : IntegrationBase(INCREASED_WAITTIME_MSECS) {
Review comment:
Changed it to be hard-coded 5000 ms, instead of the previously
calculated 4500 ms.
----------------------------------------------------------------
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]