[Lldb-commits] [lldb] [lldb-dap] Implement `runInTerminal` for Windows (PR #121269)

Omair Javaid via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 21 04:19:09 PST 2025


================
@@ -71,12 +74,14 @@ class FifoFileIO {
   /// \return
   ///     An \a llvm::Error object indicating whether the data was consumed by
   ///     a reader or not.
-  llvm::Error SendJSON(
-      const llvm::json::Value &json,
-      std::chrono::milliseconds timeout = std::chrono::milliseconds(20000));
+  llvm::Error
+  SendJSON(const llvm::json::Value &json,
+           std::chrono::milliseconds timeout = std::chrono::milliseconds(2000));
----------------
omjavaid wrote:

Is it ok to change to timeout here 20000 --> 2000?

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


More information about the lldb-commits mailing list