tberghammer added inline comments. ================ Comment at: packages/Python/lldbsuite/test/lldbutil.py:1040 @@ +1039,3 @@ + # Exponential backoff! + time.sleep(pow(2, i) * 0.25) + else: ---------------- labath wrote: > Please put 0.30 here. I remember needing to increase this in > ChangeProcessGroup because it was too low (=> flaky). Can we increase the default number of retries instead? 0.25 is nice from the point that the wait times are mostly integers (or how about 0.5)
http://reviews.llvm.org/D18789 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits