================
@@ -25,10 +25,15 @@ def spawn(self, program, args=None):
)
def spawn_and_wait(self, program, delay):
+ SPAWN_AND_WAIT_TIMEOUT_SECONDS = 900.0
----------------
charles-zablit wrote:Fixed by using the dap `DEFAULT_TIMEOUT`. Thanks! https://github.com/llvm/llvm-project/pull/174461 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
