Loading py/cso_dataspace.py +1 −1 Original line number Diff line number Diff line Loading @@ -685,7 +685,7 @@ class CSO_DataSpace_Downloader(object): # * def DownloadFile(self, href, output_file, maxtry=10, nsec_wait=5, indent=""): def DownloadFile(self, href, output_file, maxtry=10, nsec_wait=5, nsec_wait_max=600, indent=""): """ Download file from DataSpace. Loading Loading
py/cso_dataspace.py +1 −1 Original line number Diff line number Diff line Loading @@ -685,7 +685,7 @@ class CSO_DataSpace_Downloader(object): # * def DownloadFile(self, href, output_file, maxtry=10, nsec_wait=5, indent=""): def DownloadFile(self, href, output_file, maxtry=10, nsec_wait=5, nsec_wait_max=600, indent=""): """ Download file from DataSpace. Loading