summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoan Touzet <joant@atypical.net>2017-07-21 16:37:49 -0400
committerJoan Touzet <wohali@users.noreply.github.com>2017-07-21 23:22:54 -0400
commitd5b4eba73c2f2758affb70823777e7f29b2833ab (patch)
tree0fda55ad2b088b4010d671ab1c62e2c296e42f6f
parent9fbbbd736cc6501d0e2129325117d57ed19fbd31 (diff)
downloadcouchdb-d5b4eba73c2f2758affb70823777e7f29b2833ab.tar.gz
Do not persist restart times setting in os_daemons_tests
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}.