summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <joant@atypical.net>2017-07-21 16:37:49 -0400
committerJoan Touzet <joant@atypical.net>2017-07-21 16:37:49 -0400
commit88a6b03ec47a0b63a38a78cec5d47250b323e3ed (patch)
tree9994f9c9c8d9d07d76e9039a94bb0cefa0d7ca99
parent07c3509b3e8e9ad5a3331e05c32e7c3dc2d68f71 (diff)
downloadcouchdb-703-depersist-config-set.tar.gz
Do not persist restart times setting in os_daemons_tests703-depersist-config-set
Looks like an oversight in commit 789f75d. Closes #703
-rw-r--r--src/couch/test/couchdb_os_daemons_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couch/test/couchdb_os_daemons_tests.erl b/src/couch/test/couchdb_os_daemons_tests.erl
index ee0462f6f..b22bc5efd 100644
--- a/src/couch/test/couchdb_os_daemons_tests.erl
+++ b/src/couch/test/couchdb_os_daemons_tests.erl
@@ -52,7 +52,7 @@ setup(DName) ->
% Set configuration option to be used by configuration_reader_test_
% This will be used in os_daemon_configer.escript:test_get_cfg2
config:set("uuids", "algorithm","sequential", false),
- config:set("os_daemon_settings", "max_retries", "2"),
+ config:set("os_daemon_settings", "max_retries", "2", false),
ensure_n_daemons_are_alive(1),
{Ctx, OsDPid}.