From b8adc899739d960b85fb4ba15721d05a6571a5d0 Mon Sep 17 00:00:00 2001 From: Ewan Donovan Date: Fri, 31 Jan 2025 16:30:28 +0000 Subject: [PATCH] Added timeout and tested --- src/test/resources/application-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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