Increase api_entreprise_timeout

This commit is contained in:
simon lehericey 2020-12-03 10:26:05 +01:00
parent db412b5854
commit 78a40b5176

View file

@ -10,7 +10,7 @@ class ApiEntreprise::API
BILANS_BDF_RESOURCE_NAME = "bilans_entreprises_bdf" BILANS_BDF_RESOURCE_NAME = "bilans_entreprises_bdf"
PRIVILEGES_RESOURCE_NAME = "privileges" PRIVILEGES_RESOURCE_NAME = "privileges"
TIMEOUT = 15 TIMEOUT = 20
class ResourceNotFound < StandardError class ResourceNotFound < StandardError
end end