Skip to content

Commit

Permalink
Increate request timeout to 30 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Dec 21, 2023
1 parent fea0d0f commit d11e250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info_modules/wms/layer_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def layer_info(layer, style, x, y, crs, params, identity, wms_url,
)

response = requests.get(
wms_url, params=wms_params, headers=headers, timeout=20
wms_url, params=wms_params, headers=headers, timeout=30
)

skip_empty_attributes = config.get('skip_empty_attributes', False)
Expand Down

0 comments on commit d11e250

Please sign in to comment.