[Lldb-commits] [PATCH] D65271: Increase testsuite packet-timeout 5secs -> 5mins

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 25 04:48:18 PDT 2019


labath added a comment.

Why not unify now? It shouldn't be too hard to at least unify all the instances in dotest python code to a single place. That would already cut the number of places that need to be kept synced in half...



================
Comment at: lldb/tools/lldb-test/lldb-test.cpp:984
+      "settings set plugin.process.gdb-remote.packet-timeout 300",
+      /*add_to_history*/ eLazyBoolNo, Result);
 
----------------
jankratochvil wrote:
> I somehow failed to find how to access the timeout by API, I can try again.
> 
I wouldn't be surprised if there is no api for that.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65271/new/

https://reviews.llvm.org/D65271





More information about the lldb-commits mailing list