Skip to content
Snippets Groups Projects
Commit 911cc516 authored by pascal.mouquet_ird.fr's avatar pascal.mouquet_ird.fr
Browse files

should be OK with next eodag version >2.11 to increase peps timeout, before...

should be OK with next eodag version >2.11 to increase peps timeout, before use eodag.yml to increase peps timeout
parent 8218d4cc
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ class S2cEodag:
self.provider = provider
self.products = None
logging.disable(level=logging.WARNING)
# os.environ["EODAG__PEPS__SEARCH__TIMEOUT"] = 50 # decomment when eodag > 2.11
self.dag = EODataAccessGateway()
logging.disable(logging.NOTSET)
......@@ -68,7 +69,6 @@ class S2cEodag:
end = end,
tileIdentifier = self.name,
)
logging.disable(level=logging.WARNING)
self.products = self.dag.search_all(
**default_search_criteria
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment