[Lldb-commits] [lldb] [lldb-dap] add timeout to spawn_and_wait test utility (PR #174461)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 6 09:52:39 PST 2026
================
@@ -25,10 +25,15 @@ def spawn(self, program, args=None):
)
def spawn_and_wait(self, program, delay):
+ SPAWN_AND_WAIT_TIMEOUT_SECONDS = 900.0
----------------
JDevlieghere wrote:
Can we reuse the global timeout? A different timeout requires a pretty strong motivator and a corresponding comment.
https://github.com/llvm/llvm-project/pull/174461
More information about the lldb-commits
mailing list