diff --git a/account_statement_import_online_gocardless/models/online_bank_statement_provider.py b/account_statement_import_online_gocardless/models/online_bank_statement_provider.py index d92fadf3..66cbd265 100644 --- a/account_statement_import_online_gocardless/models/online_bank_statement_provider.py +++ b/account_statement_import_online_gocardless/models/online_bank_statement_provider.py @@ -14,7 +14,7 @@ from odoo.exceptions import UserError from odoo.tools import DEFAULT_SERVER_DATE_FORMAT as DF GOCARDLESS_ENDPOINT = "https://bankaccountdata.gocardless.com/api/v2" -REQUESTS_TIMEOUT = 5 +REQUESTS_TIMEOUT = 60 class OnlineBankStatementProvider(models.Model):