summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/src/test/resources/data/config1.properties
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-05-12 14:59:05 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-05-12 14:59:05 +0200
commitbc119ad402708fde970ba8b7e2123607806b6307 (patch)
treedbed6f5e12187ac2f8e296b7aeba7dc6616334c2 /eaaf_core_utils/src/test/resources/data/config1.properties
parent96a3be0bf0396e888745b71465a34a9e367b9841 (diff)
parentb5aeeac822bfe1a734835e3aa0caa65b56b3643a (diff)
downloadEAAF-Components-bc119ad402708fde970ba8b7e2123607806b6307.tar.gz
EAAF-Components-bc119ad402708fde970ba8b7e2123607806b6307.tar.bz2
EAAF-Components-bc119ad402708fde970ba8b7e2123607806b6307.zip
Merge branch 'nightlyBuild' of gitlab.iaik.tugraz.at:egiz/eaaf_components into nightlyBuild1.1.4
Diffstat (limited to 'eaaf_core_utils/src/test/resources/data/config1.properties')
-rw-r--r--eaaf_core_utils/src/test/resources/data/config1.properties6
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