labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

A very nice cleanup.


================
Comment at: packages/Python/lldbsuite/test/lldbutil.py:1040
@@ +1039,3 @@
+            # Exponential backoff!
+            time.sleep(pow(2, i) * 0.25)
+    else:
----------------
Please put 0.30 here. I remember needing to increase this in ChangeProcessGroup 
because it was too low (=> flaky).


http://reviews.llvm.org/D18789



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to