-
Notifications
You must be signed in to change notification settings - Fork 719
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
Adding timeout to TwilioHttpClient constructor #485
Adding timeout to TwilioHttpClient constructor #485
Conversation
Thanks for the PR @Kerl1310! Could you add tests to |
Sure, shall update shortly |
Okay so going forward I'll add some unit tests for the different scenarios we've talked about and add a check for if the value is set to |
…ailed in PR discussion
@childish-sambino New commit added with some unit tests covering what would happen in the given scenarios, could you review please? |
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.
LGTM
Fixes #460 - Adds a timeout parameter to the TwilioHttpClient constructor which is defaulted to None
Contributing to Twilio