Describe the issue:
After upgrading from opensearch-py 2.0.0 to 2.2.0 I have been facing the following issue when trying to perform the delete index operation and setting the timeout value through the client I get a connection error
opensearchpy.exceptions.ConnectionError: ConnectionError(Timeout value connect was 600, but it must be an int, float or None.) caused by: ValueError(Timeout value connect was 600, but it must be an int, float or None.)
@vasiachr, I tried the below code in opensearch-py 2.0.0. It is giving illegal_argument_exception. So, I don’t think this is a breaking change from 2.0.0 to 2.2.0.