[Lldb-commits] [PATCH] D18789: [NFC] Cleanup the code used to run shell commands from tests
Tamas Berghammer via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 5 07:09:10 PDT 2016
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
More information about the lldb-commits
mailing list