GitHub user nickva opened a pull request:
https://github.com/apache/couchdb-config/pull/16
Add longer timeouts for operations which could write to disk
It turns out that 5 seconds is often not enough in a severly throttled test
environment, and simple operations like config:set and config:delete raise
timeout errors.
Increase default 5 second timeout to half a minute. This should hopefully
handle even heavily throttled IO environments.
Fixed #703
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cloudant/couchdb-config issue-703
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-config/pull/16.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #16
----
commit ac2a33e240669f24af5b8e86499d9b88f8df61b2
Author: Nick Vatamaniuc <[email protected]>
Date: 2017-07-22T03:13:01Z
Add longer timeouts for operations which could write to disk
It turns out that 5 seconds is often not enough in a severly throttled test
environment, and simple operations like config:set and config:delete raise
timeout errors.
Increase default 5 second timeout to half a minute. This should hopefully
handle even heavily throttled IO environments.
Fixed #703
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---