diff --git a/deploy/test/data/ml4-properties/default.properties b/deploy/test/data/ml4-properties/default.properties index f54caed0..2b58100b 100644 --- a/deploy/test/data/ml4-properties/default.properties +++ b/deploy/test/data/ml4-properties/default.properties @@ -116,3 +116,11 @@ local-server=localhost #dev-server= #cert-server= #prod-server= + +# +# HTTP connection settings +# +http.retry-count=3 +http.open-timeout=5 +http.read-timeout=300 +http.retry-delay=15 diff --git a/deploy/test/data/ml5-properties/default.properties b/deploy/test/data/ml5-properties/default.properties index f54caed0..2b58100b 100644 --- a/deploy/test/data/ml5-properties/default.properties +++ b/deploy/test/data/ml5-properties/default.properties @@ -116,3 +116,11 @@ local-server=localhost #dev-server= #cert-server= #prod-server= + +# +# HTTP connection settings +# +http.retry-count=3 +http.open-timeout=5 +http.read-timeout=300 +http.retry-delay=15 diff --git a/deploy/test/data/ml6-properties/default.properties b/deploy/test/data/ml6-properties/default.properties index f54caed0..2b58100b 100644 --- a/deploy/test/data/ml6-properties/default.properties +++ b/deploy/test/data/ml6-properties/default.properties @@ -116,3 +116,11 @@ local-server=localhost #dev-server= #cert-server= #prod-server= + +# +# HTTP connection settings +# +http.retry-count=3 +http.open-timeout=5 +http.read-timeout=300 +http.retry-delay=15 diff --git a/deploy/test/data/ml7-properties/default.properties b/deploy/test/data/ml7-properties/default.properties index f8160f02..0cfc8290 100644 --- a/deploy/test/data/ml7-properties/default.properties +++ b/deploy/test/data/ml7-properties/default.properties @@ -180,3 +180,11 @@ local-server=localhost #dev-server= #cert-server= #prod-server= + +# +# HTTP connection settings +# +http.retry-count=3 +http.open-timeout=5 +http.read-timeout=300 +http.retry-delay=15