Skip to content

Commit

Permalink
Added timeout and tested
Browse files Browse the repository at this point in the history
  • Loading branch information
Ewan Donovan committed Jan 31, 2025
1 parent 721de78 commit b8adc89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ hmpps-auth:
lrs:
base-url: "http://localhost:8082"
pfx-path: "WebServiceClientCert.pfx"
connectTimeoutSeconds: 1
writeTimeoutSeconds: 1
readTimeoutSeconds: 1
connectTimeoutSeconds: 3
writeTimeoutSeconds: 3
readTimeoutSeconds: 3

0 comments on commit b8adc89

Please sign in to comment.