You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/06/26 15:05:26 UTC

[GitHub] [nifi-minifi-cpp] phrocker commented on a change in pull request #597: MINIFICPP-933: Fix raw site to site with secure comms

phrocker 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_r297718577
 
 

 ##########
 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:
   Good point. Thanks!

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services