arpadboda commented on a change in pull request #597: MINIFICPP-933: Fix raw 
site to site with secure comms
URL: https://github.com/apache/nifi-minifi-cpp/pull/597#discussion_r297711601
 
 

 ##########
 File path: 
extensions/standard-processors/tests/integration/SecureSocketGetTCPTest.cpp
 ##########
 @@ -156,8 +161,8 @@ class SecureSocketTest : public IntegrationBase {
   }
 
   virtual void waitToVerifyProcessor() {
-      std::this_thread::sleep_for(std::chrono::seconds(3));
-    }
+    std::this_thread::sleep_for(std::chrono::seconds(3));
 
 Review comment:
   Given the change we made in LogTestController::contains (it does wait and 
retry, exactly for 3 seconds by default), I wonder if we can remove it. 

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to