nordigen / nordigen-python

Python library for the Nordigen API.
MIT License
56 stars 18 forks source link

Timeout error correction #29

Open proclama2022 opened 3 months ago

proclama2022 commented 3 months ago

Adjusted the timeout setting from 10 to 20 seconds to accommodate calls that were failing due to timeout error. This change should help ensure more reliable execution of these calls.

Related Issue Timeout error

Proposed Changes Change 1: Increased the default timeout setting in the configuration from 10 seconds to 20 seconds.