szaszm commented on code in PR #2103:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2103#discussion_r2788575642


##########
behave_framework/src/minifi_test_framework/containers/minifi_container.py:
##########
@@ -85,7 +85,7 @@ def deploy(self) -> bool:
         finished_str = "MiNiFi started"
         return wait_for_condition(
             condition=lambda: finished_str in self.get_logs(),
-            timeout_seconds=15,
+            timeout_seconds=300,

Review Comment:
   I think it would be better to parameterize this, so the timeout is only 
increased when python tests need to wait for installing pip packages



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

Reply via email to