Skip to content

Commit

Permalink
Fixed marklogic-community#520: missing http settings in self-test def…
Browse files Browse the repository at this point in the history
…ault props
  • Loading branch information
grtjn committed Jan 28, 2016
1 parent f7ec561 commit 47ae810
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deploy/test/data/ml4-properties/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 8 additions & 0 deletions deploy/test/data/ml5-properties/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 8 additions & 0 deletions deploy/test/data/ml6-properties/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 8 additions & 0 deletions deploy/test/data/ml7-properties/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 47ae810

Please sign in to comment.