labath accepted this revision. labath added a comment. This revision is now accepted and ready to land.
Ok, let's give this a shot. ================ Comment at: lldb/test/API/tools/lldb-server/main.cpp:351 + break; + std::this_thread::sleep_for(std::chrono::milliseconds(125 * i)); + } ---------------- I'm not convinced this will be enough. How about `125 * (1<<i)` ? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128932/new/ https://reviews.llvm.org/D128932 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits