Skip to content

Commit dd7c66d

Browse files
committed
Changing default timeout as we often run into it during testing
1 parent a00c082 commit dd7c66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/ibe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Conf(_config.ConfigNamespace):
3131
('Default table. See, for example, '
3232
'https://irsa.ipac.caltech.edu/ibe/search/ptf/images for options.'))
3333
timeout = _config.ConfigItem(
34-
60,
34+
120,
3535
'Time limit for connecting to the IRSA server.')
3636

3737

0 commit comments

Comments
 (0)