================
@@ -78,13 +78,13 @@ def waitUntil(self, condition_callback):
             time.sleep(0.5)
         return False
 
-    def verify_breakpoint_hit(self, breakpoint_ids):
+    def verify_breakpoint_hit(self, breakpoint_ids, timeout=timeoutval):
----------------
JDevlieghere wrote:

Any objections to changing `timeoutval` to `DEFAULT_TIMEOUT`? If that's too 
much churn for this PR, happy have that be a separate PR.

https://github.com/llvm/llvm-project/pull/140107
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to