Skip to content

Commit

Permalink
fix: configure API Client to use our requests timeout settings
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Sep 20, 2023
1 parent ec7981c commit 0c8673d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benefits/eligibility/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def eligibility_from_api(verifier, form, agency):
jwe_encryption_alg=verifier.jwe_encryption_alg,
jwe_cek_enc=verifier.jwe_cek_enc,
server_public_key=verifier.public_key_data,
timeout=settings.REQUESTS_TIMEOUT,
)

response = client.verify(sub, name, agency.type_names_to_verify(verifier))
Expand Down

0 comments on commit 0c8673d

Please sign in to comment.