Skip to content

Commit a6afdc1

Browse files
committed
Reset remote timeout time to attempt a debug
1 parent 725e5b2 commit a6afdc1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tutorials/notebooks/FITS-cubes/FITS-cubes.ipynb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464
"from astropy.utils.data import download_file\n",
6565
"from astropy.io import fits # We use fits to open the actual data file\n",
6666
"\n",
67+
"from astropy.utils import data\n",
68+
"data.conf.remote_timeout = 60\n",
69+
"\n",
6770
"from spectral_cube import SpectralCube\n",
6871
"\n",
6972
"from astroquery.esasky import ESASky\n",

0 commit comments

Comments
 (0)