mgorny added inline comments.

================
Comment at: lldb/test/API/tools/lldb-server/main.cpp:351
+          break;
+        std::this_thread::sleep_for(std::chrono::milliseconds(125 * i));
+      }
----------------
labath wrote:
> I'm not convinced this will be enough. How about `125 * (1<<i)` ?
Sure, I just tried to keep it simple ;-).


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

Reply via email to