diff --git a/src/test/resources/application-test.yml b/src/test/resources/application-test.yml index 6095b68..9ecdee0 100644 --- a/src/test/resources/application-test.yml +++ b/src/test/resources/application-test.yml @@ -11,6 +11,6 @@ hmpps-auth: lrs: base-url: "http://localhost:8082" pfx-path: "WebServiceClientCert.pfx" - connectTimeoutSeconds: 1 - writeTimeoutSeconds: 1 - readTimeoutSeconds: 1 \ No newline at end of file + connectTimeoutSeconds: 3 + writeTimeoutSeconds: 3 + readTimeoutSeconds: 3 \ No newline at end of file