-
Notifications
You must be signed in to change notification settings - Fork 210
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
HTTP timeout #91
HTTP timeout #91
Conversation
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.
looks ok. thanks.
Just technical note: how to I make circleCI run on this request? I wonder, if you enable circleCI on your clone, will it accept it?
Hey @drortirosh! On CircleCI, in the project (not organization) Settings, under Advanced Settings, there is an option to Build forked pull requests. |
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.
please rebase so we can merge it with FF.
@drortirosh done. Note that the rebase dismissed your reviews (you can change this setting if you want in the project branch protection rules under Dismiss stale pull request approvals when new commits are pushed). |
Adds a configurable timeout to all http requests done via the HTTP wrapper.
Uses axios to manage http requests, instead of the web3 http provider, which has a configurable http timeout out of the box. The value is configurable, and set to 10 seconds by default in the RelayClient.
Fixes #73.