diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-05-11 19:19:25 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-05-11 19:19:25 +0200 |
commit | b5aeeac822bfe1a734835e3aa0caa65b56b3643a (patch) | |
tree | 502032aeba711a17d24aa16c67ac47e7041d8685 /eaaf_core_utils/src/test/resources | |
parent | f5d3668fbc9f2e261185bbf110ddf867d7004b2a (diff) | |
download | EAAF-Components-b5aeeac822bfe1a734835e3aa0caa65b56b3643a.tar.gz EAAF-Components-b5aeeac822bfe1a734835e3aa0caa65b56b3643a.tar.bz2 EAAF-Components-b5aeeac822bfe1a734835e3aa0caa65b56b3643a.zip |
update HttpClientFactory to facilitate request retrying in case of an error
Diffstat (limited to 'eaaf_core_utils/src/test/resources')
-rw-r--r-- | eaaf_core_utils/src/test/resources/data/config1.properties | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eaaf_core_utils/src/test/resources/data/config1.properties b/eaaf_core_utils/src/test/resources/data/config1.properties index 25bd201f..93729b15 100644 --- a/eaaf_core_utils/src/test/resources/data/config1.properties +++ b/eaaf_core_utils/src/test/resources/data/config1.properties @@ -2,4 +2,8 @@ security.hsmfacade.host=eid.a-sit.at security.hsmfacade.port=9050 security.hsmfacade.trustedsslcert=src/test/resources/data/hsm_facade_trust_root.crt security.hsmfacade.username=authhandler-junit -security.hsmfacade.password=supersecret123
\ No newline at end of file +security.hsmfacade.password=supersecret123 + +client.http.connection.timeout.socket=1 +client.http.connection.timeout.connection=1 +client.http.connection.timeout.request=1
\ No newline at end of file |