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