Skip to content

Commit 5263cff

Browse files
author
Adrian
authored
Update vos.py
These timeout values are creating problems in slower systems. Removed from here but there is still a default 2min timeout in the session (`cadcutils.net.RetrySession`)
1 parent 6644d61 commit 5263cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vos/vos/vos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1733,7 +1733,7 @@ def copy(self, source, destination, send_md5=False, disposition=False,
17331733
get_url = get_urls.pop(0)
17341734
try:
17351735
response = self.get_session(source).get(
1736-
get_url, timeout=(2, 5), stream=True)
1736+
get_url, stream=True)
17371737
response.raise_for_status()
17381738
if disposition:
17391739
# Build the destination location from the

0 commit comments

Comments
 (0)