[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:27 PDT 2024


================
@@ -47,7 +47,7 @@ def do_test_abort_on_error(
             postRunCommands=commands if use_post_run_commands else None,
             expectFailure=True,
         )
-        full_output = self.collect_console(duration=1.0)
+        full_output = self.collect_console(timeout_secs=1.0)
----------------
walter-erquinigo wrote:

add `settings` to the pattern

https://github.com/llvm/llvm-project/pull/94494


More information about the lldb-commits mailing list