martinzink commented on code in PR #2133:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2133#discussion_r2924023065


##########
extensions/couchbase/tests/features/containers/couchbase_server_container.py:
##########
@@ -66,7 +65,7 @@ def run_post_startup_commands(self):
 
         return True
 
-    @retry_check(max_tries=12, retry_interval=5)
+    @retry_check(12, 5)

Review Comment:
   👍 [retry_check with named 
arguments](https://github.com/apache/nifi-minifi-cpp/pull/2133/commits/e3429cc8fde010de4065173597e0c38b77821718)



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