Skip to content

Commit

Permalink
merge: #811 from dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alycejenni authored Jan 16, 2025
2 parents 9de6726 + 63c78be commit 70de588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/nhm/lib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def get_iiif_status():

url = toolkit.config.get('ckanext.iiif.image_server_url')
try:
r = requests.get(url + '/status', timeout=5)
r = requests.get(url + '/status', timeout=7)
if r.ok:
health['ping'] = True
response_json = r.json()
Expand Down

0 comments on commit 70de588

Please sign in to comment.