-
Notifications
You must be signed in to change notification settings - Fork 29
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
doc: Add troubleshooting section #620
Conversation
The ANTA code does not set any default timeout but in one place: the ANTA CLI. This was done to avoid to maintain different default timeout values in the code. The default timeout value when using ANTA CLI is 30 sec. The 10 sec in docstring is outdated (default value in AntaDevice constructor has changed from 10sec to None). |
Description
Add troubleshooting section to doc
Fixes request from Field
Checklist:
pre-commit run
)tox -e testenv
)