[Lldb-commits] [lldb] [lldb-dap] Unify the timeouts for the DAP tests (PR #163292)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 15 16:37:35 PDT 2025
================
@@ -155,15 +152,13 @@ def assertCapabilityIsNotSet(self, key: str, msg: Optional[str] = None) -> None:
if key in self.dap_server.capabilities:
self.assertEqual(self.dap_server.capabilities[key], False, msg)
- def verify_breakpoint_hit(
- self, breakpoint_ids: List[Union[int, str]], timeout: float = DEFAULT_TIMEOUT
- ):
+ def verify_breakpoint_hit(self, breakpoint_ids: List[Union[int, str]]):
----------------
JDevlieghere wrote:
+1, this has long bothered me as well.
https://github.com/llvm/llvm-project/pull/163292
More information about the lldb-commits
mailing list