Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Solution: Add the "timeout=600" (or longer) option for the timeout duration in seconds, to your CDS API request :

c =  cdsapi.Client(timeout = 600 ,quiet = False ,debug = True )

...