-
Notifications
You must be signed in to change notification settings - Fork 229
Open
Description
Is your feature request related to a problem? Please describe.
There are two general places where a default timeout is specified. The CONNECT_TIMEOUT_DEFAULT in the RestApiClient.py, which is currently set to 2 seconds, and DEFAULT_TIMEOUT in the TimeoutHTTPAdapter, which is currently set to 5 seconds. Now that stix-shifter supports async API calls, these values can be raised, or at least passed through as configurable options.
Describe the solution you'd like
Timeout values can be configured to be higher if needed.
Metadata
Metadata
Assignees
Labels
No labels