[Lldb-commits] [lldb] Fix flaky TestDAP_console test. (PR #94494)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 10 12:47:28 PDT 2024
================
@@ -235,5 +235,5 @@ def test_terminate_commands(self):
# Once it's disconnected the console should contain the
# "terminateCommands"
self.dap_server.request_disconnect(terminateDebuggee=True)
- output = self.collect_console(duration=1.0)
+ output = self.collect_console(timeout_secs=1.0)
----------------
walter-erquinigo wrote:
add `terminateCommands` to the pattern
https://github.com/llvm/llvm-project/pull/94494
More information about the lldb-commits
mailing list