[Lldb-commits] [lldb] [lldb-dap] Adding additional asserts to unit tests. (PR #140107)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu May 15 13:15:33 PDT 2025


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


More information about the lldb-commits mailing list