Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Linux Apt Commands to Handle Lock Timeouts #1861
Update Linux Apt Commands to Handle Lock Timeouts #1861
Changes from all commits
17191bf
b34f1a8
330ee2e
ec9fcff
9292386
ab2a7ef
c554a2c
a3f0c2b
a7c1c87
12753fb
eb83ca0
e8ada86
05c57a1
4f3efdd
a75d493
29f7e2d
cc2ae05
ba3580f
3fdb95b
f4b7098
6f9ffe5
3fc9fb0
de06ea2
cfe0500
99a1962
9064869
9653d83
f73efe7
6cc6da2
bd18ad1
820b250
a6fd742
43f7494
03cb9f0
ae550cd
965c3be
b36ff54
726d3f3
7be4dea
29942a8
5a140bc
1ac93eb
63b7d77
f3d979d
cc182ae
4aed959
2abd99d
9fab2cf
07fa9c7
f056104
b7e8103
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What units are the min and max timeout in?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
they are in MS. The library will do an exponential equation where it starts trying again after 5 ms and then takes longer each retry until its at 10000 ms.