Skip to content

Commit 905d456

Browse files
Increase timeout period
1 parent 87de15f commit 905d456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/cherab-imas/fix_timeout.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
downloader = pooch.DOIDownloader(
77
- headers={"User-Agent": f"CHERAB-IMAS {__version__}"}, progressbar=progress
8-
+ headers={"User-Agent": f"CHERAB-IMAS {__version__}"}, progressbar=progress, timeout=None
8+
+ headers={"User-Agent": f"CHERAB-IMAS {__version__}"}, progressbar=progress, timeout=60
99
)
1010

1111
# The "fetch" method returns the full path to the downloaded data file.

0 commit comments

Comments
 (0)