-
Notifications
You must be signed in to change notification settings - Fork 38
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
boltdb: increase timeout to 1s #2604
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2604 +/- ##
=======================================
Coverage 29.72% 29.72%
=======================================
Files 407 407
Lines 31145 31145
=======================================
Hits 9257 9257
Misses 21077 21077
Partials 811 811
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
might as well be just time.Second
for brevity
495ad73
to
a4da6ac
Compare
Previously, we always use 100ms timeout for BoltDB flocks. This value may be not enough, it's proposed to increase open timeout to 1s. Closes: #2499. Signed-off-by: Ekaterina Pavlova <[email protected]>
a4da6ac
to
e91ceb3
Compare
Previously, we always use 100ms timeout for BoltDB flocks.
Closes: #2499.