Skip to content

Conversation

mysterymath
Copy link
Contributor

This should reduce flakes observed in the Fuchsia AArch64 Linux LLDB CI builders.

This should reduce flakes observed in the Fuchsia AArch64 Linux LLDB CI
builders.
@mysterymath
Copy link
Contributor Author

@llvmbot
Copy link
Member

llvmbot commented Aug 18, 2025

@llvm/pr-subscribers-lldb

Author: Daniel Thornburgh (mysterymath)

Changes

This should reduce flakes observed in the Fuchsia AArch64 Linux LLDB CI builders.


Full diff: https://github.com/llvm/llvm-project/pull/154182.diff

1 Files Affected:

  • (modified) lldb/unittests/ProtocolServer/ProtocolMCPServerTest.cpp (+1-1)
diff --git a/lldb/unittests/ProtocolServer/ProtocolMCPServerTest.cpp b/lldb/unittests/ProtocolServer/ProtocolMCPServerTest.cpp
index 2ac40c41dd28e..de2ae2313ecd7 100644
--- a/lldb/unittests/ProtocolServer/ProtocolMCPServerTest.cpp
+++ b/lldb/unittests/ProtocolServer/ProtocolMCPServerTest.cpp
@@ -144,7 +144,7 @@ class ProtocolServerMCPTest : public ::testing::Test {
   template <typename P>
   void
   RunOnce(const std::function<void(llvm::Expected<P>)> &callback,
-          std::chrono::milliseconds timeout = std::chrono::milliseconds(100)) {
+          std::chrono::milliseconds timeout = std::chrono::milliseconds(200)) {
     auto handle = m_transport_up->RegisterReadObject<P>(
         loop, [&](lldb_private::MainLoopBase &loop, llvm::Expected<P> message) {
           callback(std::move(message));

@mysterymath mysterymath merged commit 986d7aa into llvm:main Aug 18, 2025
14 of 17 checks passed
@mysterymath mysterymath deleted the lldb-mcp-flake branch August 18, 2025 21:10
JDevlieghere pushed a commit to swiftlang/llvm-project that referenced this pull request Oct 10, 2025
This should reduce flakes observed in the Fuchsia AArch64 Linux LLDB CI
builders.

(cherry picked from commit 986d7aa)
JDevlieghere pushed a commit to swiftlang/llvm-project that referenced this pull request Oct 13, 2025
This should reduce flakes observed in the Fuchsia AArch64 Linux LLDB CI
builders.

(cherry picked from commit 986d7aa)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants