-
Notifications
You must be signed in to change notification settings - Fork 25
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
HTTPS Request Timeout Issue #18
Comments
I am also getting this same error. I ran into this while doing a bulk creation of network objects using the below task. List contained about 77 objects. All the objects were created, but the task still failed. Changing the timeout value as @trevoramaco suggested fixed the issue for me as well and my task succeeded.
|
Closing this, fix will go into version 1.0, planned to be released this month. |
Hello,
When attempting to run the "createUpgrade" Ansible task to initiate a FTD software upgrade, I ran into the error seen below:
After some testing, I determined this is because the software upgrade POST request is time intensive and takes about 30 seconds on average in Postman, but the timeout is hardcoded to 10 in the client.py file, "_send_request" method:
After changing the 'timeout' value, my task succeed. Is it possible to parameterize this value? Or perhaps there's a way to pass in a timeout parameter I didn't see? Thank you
The text was updated successfully, but these errors were encountered: